]> source.dussan.org Git - sonarqube.git/commitdiff
improve .gitignore
authorSimon Brandhof <simon.brandhof@gmail.com>
Wed, 5 Jan 2011 17:02:35 +0000 (18:02 +0100)
committerSimon Brandhof <simon.brandhof@gmail.com>
Wed, 5 Jan 2011 17:02:35 +0000 (18:02 +0100)
.gitignore [new file with mode: 0644]

diff --git a/.gitignore b/.gitignore
new file mode 100644 (file)
index 0000000..e2d97b8
--- /dev/null
@@ -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