add git ignore

This commit is contained in:
jinyu
2016-10-21 22:02:00 +08:00
parent ba3af7d154
commit 1b5c4208fa
12 changed files with 31 additions and 129 deletions
+31
View File
@@ -1 +1,32 @@
# Mobile Tools for Java (J2ME)
.mtj.tmp/
# Package Files #
*.jar
*.war
*.ear
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid*
*~
# eclipse ignore
*.settings/*
/.project
/.classpath
/.tomcatplugin
# idea ignore
/.idea
*.iml
# maven ignore
target/*
# other ignore
*.log
*.tmp
Thumbs.db
/target/
.DS_Store