diff options
author | Stas Vilchik <vilchiks@gmail.com> | 2016-08-22 15:29:35 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-08-22 15:29:35 +0200 |
commit | 2d5742c8521dbc935bb77d9ecbc86f193556aff0 (patch) | |
tree | 507517b139bfa73fe4a00ec571adc919647ea8f2 /server/sonar-web/.gitignore | |
parent | 6cee9fdcad049ca21606983b05a0a4cfc13ffd53 (diff) | |
download | sonarqube-2d5742c8521dbc935bb77d9ecbc86f193556aff0.tar.gz sonarqube-2d5742c8521dbc935bb77d9ecbc86f193556aff0.zip |
optimize js build (#1145)
Diffstat (limited to 'server/sonar-web/.gitignore')
-rw-r--r-- | server/sonar-web/.gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/sonar-web/.gitignore b/server/sonar-web/.gitignore index 10ecba26bcc..4248ae850ed 100644 --- a/server/sonar-web/.gitignore +++ b/server/sonar-web/.gitignore @@ -5,7 +5,7 @@ node/ node_modules/ # npm logs -npm-debug.log.* +npm-debug.log npm.tar.gz # build |