]> source.dussan.org Git - sonarqube.git/commitdiff
Complete .gitignore
authorDavid Rautureau <david.rautureau@sonarsource.com>
Mon, 12 Mar 2018 07:44:02 +0000 (08:44 +0100)
committerSimon Brandhof <simon.brandhof@sonarsource.com>
Mon, 12 Mar 2018 08:21:08 +0000 (09:21 +0100)
.gitignore

index 80ca88f2fc1fb4f8615fb7a2bae6d7c8b902d460..fc321b256588b8916eebb8ebfd3f23a74b418ef9 100644 (file)
@@ -10,15 +10,17 @@ server/sonar-web/src/main/webapp/deploy/jdbc-driver.txt
 # ---- Gradle
 build/
 .gradle/
+out/
 
-# ---- Javadoc
-docs.tar
+# ---- Maven (in integration tests)
+target/
 
 # ---- IntelliJ IDEA
 *.iws
 *.iml
 *.ipr
 .idea/
+out/
 
 # ---- Eclipse
 .classpath