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