diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2014-07-11 17:10:13 +0200 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2014-07-11 17:10:13 +0200 |
commit | 1de4e949ef73b086e5ff5cef2b39fdb3c3553d41 (patch) | |
tree | 5f53797f1a21cc7854db1db5f4a4010322e8db45 /.gitignore | |
parent | d67483d12ef1768adda8f87db349915891f3b19a (diff) | |
download | sonarqube-1de4e949ef73b086e5ff5cef2b39fdb3c3553d41.tar.gz sonarqube-1de4e949ef73b086e5ff5cef2b39fdb3c3553d41.zip |
SONAR-5408 extract sonar-web from sonar-server
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 |