diff options
author | David Rautureau <david.rautureau@sonarsource.com> | 2018-03-14 16:18:20 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-03-14 16:18:20 +0100 |
commit | b7497deb41ba42c4b9c626de66108d0fed216a07 (patch) | |
tree | 7007204e592f94c5c4436fa149632949653997f1 /.gitignore | |
parent | acabda0cc1514ad1d1913dd0729600c71852f59d (diff) | |
download | sonarqube-b7497deb41ba42c4b9c626de66108d0fed216a07.tar.gz sonarqube-b7497deb41ba42c4b9c626de66108d0fed216a07.zip |
Fix incremental build of sonar web
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/.gitignore b/.gitignore index 36df787872f..eeaa0bc6f63 100644 --- a/.gitignore +++ b/.gitignore @@ -1,12 +1,3 @@ -# The following should be moved in related sub-directories -server/sonar-web/src/main/webapp/stylesheets/sonar-colorizer.css -server/sonar-web/src/main/webapp/deploy/plugins -server/sonar-web/src/main/webapp/deploy/bootstrap -server/sonar-web/src/main/webapp/deploy/maven/org -server/sonar-web/src/main/webapp/WEB-INF/log/ -server/sonar-web/src/main/webapp/deploy/*.jar -server/sonar-web/src/main/webapp/deploy/jdbc-driver.txt - # ---- Gradle build/ .gradle/ |