diff options
author | Simon Brandhof <simon.brandhof@gmail.com> | 2011-01-05 18:02:35 +0100 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@gmail.com> | 2011-01-05 18:02:35 +0100 |
commit | 17c6a868aaa0d90d60d29e074d8faef32811aed6 (patch) | |
tree | 09da83201d0b850ee5dd484dc63e6b1a33ce0ef1 /.gitignore | |
parent | fdf24821a5ef10a38252d0b8828a7a1a88554f82 (diff) | |
download | sonarqube-17c6a868aaa0d90d60d29e074d8faef32811aed6.tar.gz sonarqube-17c6a868aaa0d90d60d29e074d8faef32811aed6.zip |
improve .gitignore
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 20 |
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 |