diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2014-07-10 14:53:00 +0200 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2014-07-10 14:53:00 +0200 |
commit | e9bbd1e5723097b90c90fab10f0f4aa6818dd9bb (patch) | |
tree | 5012525f6292f4d1c5e5c4c680e2d5f227e470bb /.gitignore | |
parent | 90ab387cdeda985e987d1eac3764896049e94011 (diff) | |
download | sonarqube-e9bbd1e5723097b90c90fab10f0f4aa6818dd9bb.tar.gz sonarqube-e9bbd1e5723097b90c90fab10f0f4aa6818dd9bb.zip |
Complete .gitignore
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 18 |
1 files changed, 10 insertions, 8 deletions
diff --git a/.gitignore b/.gitignore index f2948f10e37..22ebc7028c3 100644 --- a/.gitignore +++ b/.gitignore @@ -1,18 +1,20 @@ # The following should be moved in related sub-directories -sonar-server/src/main/webapp/stylesheets/sonar-colorizer.css -sonar-server/src/main/webapp/deploy/gwt -sonar-server/src/main/webapp/deploy/plugins -sonar-server/src/main/webapp/deploy/bootstrap -sonar-server/src/main/webapp/deploy/maven/org -sonar-server/src/main/webapp/WEB-INF/log/ -sonar-server/src/main/webapp/deploy/*.jar -sonar-server/src/main/webapp/deploy/jdbc-driver.txt +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 + # ---- Javadoc docs.tar # ---- Maven target/ +dependency-reduced-pom.xml # ---- IntelliJ IDEA *.iws |