aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@gmail.com>2011-01-05 18:02:35 +0100
committerSimon Brandhof <simon.brandhof@gmail.com>2011-01-05 18:02:35 +0100
commit17c6a868aaa0d90d60d29e074d8faef32811aed6 (patch)
tree09da83201d0b850ee5dd484dc63e6b1a33ce0ef1 /.gitignore
parentfdf24821a5ef10a38252d0b8828a7a1a88554f82 (diff)
downloadsonarqube-17c6a868aaa0d90d60d29e074d8faef32811aed6.tar.gz
sonarqube-17c6a868aaa0d90d60d29e074d8faef32811aed6.zip
improve .gitignore
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore20
1 files changed, 20 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 00000000000..e2d97b841c2
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,20 @@
+sonar-server/src/main/webapp/stylesheets/sonar-colorizer.css
+target/
+*.iws
+*.iml
+*.ipr
+
+# ---- Mac OS X
+.DS_Store?
+Icon?
+# Thumbnails
+._*
+# Files that might appear on external disk
+.Spotlight-V100
+.Trashes
+
+# ---- Windows
+# Windows image file caches
+Thumbs.db
+# Folder config file
+Desktop.ini \ No newline at end of file