diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2016-04-08 12:25:28 +0200 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2016-04-08 12:25:28 +0200 |
commit | 882597f71da9b2264e462c41c2a29ec7a092f8b4 (patch) | |
tree | 2edeee185e9ea156602393a531728464b5cac772 /server/sonar-web/.gitignore | |
parent | a5f272ee08b3d88aa4f584ea611edb5bc517ca57 (diff) | |
download | sonarqube-882597f71da9b2264e462c41c2a29ec7a092f8b4.tar.gz sonarqube-882597f71da9b2264e462c41c2a29ec7a092f8b4.zip |
Remove temporary file npm.tar.gz from Git
Diffstat (limited to 'server/sonar-web/.gitignore')
-rw-r--r-- | server/sonar-web/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/server/sonar-web/.gitignore b/server/sonar-web/.gitignore index fe6eb9d4c35..44adb93a2a6 100644 --- a/server/sonar-web/.gitignore +++ b/server/sonar-web/.gitignore @@ -6,6 +6,7 @@ node_modules/ # npm logs npm-debug.log.* +npm.tar.gz # build build/ |