diff options
author | Simon Brandhof <simon.brandhof@gmail.com> | 2013-03-07 11:33:12 +0100 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@gmail.com> | 2013-03-07 11:39:59 +0100 |
commit | 4f48f78cd7462d7d85ca1d2da8402110c17d7517 (patch) | |
tree | 647d4a6791a0e9f2b82370c19e3f722c339d6c8c /.gitignore | |
parent | 5251b26a614bf04f5eab25aafd373d1480df3bdd (diff) | |
download | sonar-scanner-cli-4f48f78cd7462d7d85ca1d2da8402110c17d7517.tar.gz sonar-scanner-cli-4f48f78cd7462d7d85ca1d2da8402110c17d7517.zip |
Fix pom and .gitignore
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 32 |
1 files changed, 27 insertions, 5 deletions
@@ -1,8 +1,30 @@ + +# ---- Maven +target/ +dependency-reduced-pom.xml + +# ---- IntellijIDEA +*.iws *.iml -.DS_Store +*.ipr +.idea/ + +# Eclipse .classpath .project -.idea/ -.settings/ -target/ -bin/ +.settings + +# ---- 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 |