From 136341503d590a11276fc3b08540390736e03168 Mon Sep 17 00:00:00 2001 From: Evgeny Mandrikov Date: Thu, 6 Jan 2011 12:21:25 +0300 Subject: [PATCH] improve .gitignore --- .gitignore | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index e2d97b841c2..3e5f4709877 100644 --- a/.gitignore +++ b/.gitignore @@ -1,9 +1,18 @@ sonar-server/src/main/webapp/stylesheets/sonar-colorizer.css + +# Maven target/ + +# IntelliJ IDEA *.iws *.iml *.ipr +# Eclipse +.classpath +.project +.settings + # ---- Mac OS X .DS_Store? Icon? @@ -17,4 +26,4 @@ Icon? # Windows image file caches Thumbs.db # Folder config file -Desktop.ini \ No newline at end of file +Desktop.ini -- 2.39.5