Skip to content

Commit

Permalink
add gitignore file
Browse files Browse the repository at this point in the history
  • Loading branch information
wendellxoo committed Jun 20, 2013
1 parent 130e18a commit 9cb37cb
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
# maven ignore
target/
*.jar
*.war
*.zip
*.tar
*.tar.gz
/lib/

# eclipse ignore
.settings/
.project
.classpath

# idea ignore
.idea/
*.ipr
*.iml
*.iws

# temp ignore
*.log
*.cache
*.diff
*.patch
*.tmp

# system ignore
.DS_Store
Thumbs.db

0 comments on commit 9cb37cb

Please sign in to comment.