aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorEvgeny Mandrikov <mandrikov@gmail.com>2011-01-06 12:21:25 +0300
committerEvgeny Mandrikov <mandrikov@gmail.com>2011-01-06 12:21:25 +0300
commit136341503d590a11276fc3b08540390736e03168 (patch)
tree1b37e3800aad2d324b24c12c3e0ca6f0d21cd58d /.gitignore
parent087912484909313036923f8cd76e9a2e0734e839 (diff)
downloadsonarqube-136341503d590a11276fc3b08540390736e03168.tar.gz
sonarqube-136341503d590a11276fc3b08540390736e03168.zip
improve .gitignore
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore11
1 files changed, 10 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index e2d97b841c2..3e5f4709877 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,9 +1,18 @@
sonar-server/src/main/webapp/stylesheets/sonar-colorizer.css
+
+# Maven
target/
+
+# IntelliJ IDEA
*.iws
*.iml
*.ipr
+# Eclipse
+.classpath
+.project
+.settings
+
# ---- Mac OS X
.DS_Store?
Icon?
@@ -17,4 +26,4 @@ Icon?
# Windows image file caches
Thumbs.db
# Folder config file
-Desktop.ini \ No newline at end of file
+Desktop.ini