Skip to content
This repository has been archived by the owner on May 14, 2021. It is now read-only.

Commit

Permalink
Complete .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
simonbrandhof committed Nov 7, 2012
1 parent d720c28 commit fc466ce
Showing 1 changed file with 29 additions and 1 deletion.
30 changes: 29 additions & 1 deletion .gitignore
@@ -1 +1,29 @@
/target/
# ---- Maven
target/
bin/

# ---- IntelliJ IDEA
*.iws
*.iml
*.ipr
.idea/

# ---- Eclipse
.classpath
.project
.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

0 comments on commit fc466ce

Please sign in to comment.