diff options
author | Evgeny Mandrikov <mandrikov@gmail.com> | 2011-01-06 12:21:25 +0300 |
---|---|---|
committer | Evgeny Mandrikov <mandrikov@gmail.com> | 2011-01-06 12:21:25 +0300 |
commit | 136341503d590a11276fc3b08540390736e03168 (patch) | |
tree | 1b37e3800aad2d324b24c12c3e0ca6f0d21cd58d /.gitignore | |
parent | 087912484909313036923f8cd76e9a2e0734e839 (diff) | |
download | sonarqube-136341503d590a11276fc3b08540390736e03168.tar.gz sonarqube-136341503d590a11276fc3b08540390736e03168.zip |
improve .gitignore
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 11 |
1 files changed, 10 insertions, 1 deletions
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 |