diff options
-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 |