From 17c6a868aaa0d90d60d29e074d8faef32811aed6 Mon Sep 17 00:00:00 2001 From: Simon Brandhof Date: Wed, 5 Jan 2011 18:02:35 +0100 Subject: [PATCH] improve .gitignore --- .gitignore | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .gitignore 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 -- 2.39.5