diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/.gitignore b/.gitignore index 22ebc7028c3..e84f2450ff3 100644 --- a/.gitignore +++ b/.gitignore @@ -1,12 +1,12 @@ # The following should be moved in related sub-directories -server/sonar-server/src/main/webapp/stylesheets/sonar-colorizer.css -server/sonar-server/src/main/webapp/deploy/gwt -server/sonar-server/src/main/webapp/deploy/plugins -server/sonar-server/src/main/webapp/deploy/bootstrap -server/sonar-server/src/main/webapp/deploy/maven/org -server/sonar-server/src/main/webapp/WEB-INF/log/ -server/sonar-server/src/main/webapp/deploy/*.jar -server/sonar-server/src/main/webapp/deploy/jdbc-driver.txt +server/sonar-web/src/main/webapp/stylesheets/sonar-colorizer.css +server/sonar-web/src/main/webapp/deploy/gwt +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 # ---- Javadoc |