diff options
author | Stas Vilchik <vilchiks@gmail.com> | 2016-11-28 18:13:00 +0100 |
---|---|---|
committer | Stas Vilchik <vilchiks@gmail.com> | 2016-12-07 14:36:18 +0100 |
commit | 673b03c6f68593f4e27675e709f2ce20831e0d98 (patch) | |
tree | 30ee597d3a3e1a0bcf5eff9a7859d1084c32d435 /server/sonar-web/.gitignore | |
parent | a2d0b4ee581e86b474a47e16095e7500c404e37d (diff) | |
download | sonarqube-673b03c6f68593f4e27675e709f2ce20831e0d98.tar.gz sonarqube-673b03c6f68593f4e27675e709f2ce20831e0d98.zip |
SONAR-8448 generate index.html during the build
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 e46e257c426..ffa1343f64d 100644 --- a/server/sonar-web/.gitignore +++ b/server/sonar-web/.gitignore @@ -12,6 +12,7 @@ npm.tar.gz build/ src/main/webapp/js/ src/main/webapp/css/ +src/main/webapp/index.html src/main/webapp/WEB-INF/lib/*.jar # tests |