Skip to content

Instantly share code, notes, and snippets.

@medusar
Created October 11, 2016 07:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save medusar/16b9d6596ace48c4e5cdaad834d52187 to your computer and use it in GitHub Desktop.
Save medusar/16b9d6596ace48c4e5cdaad834d52187 to your computer and use it in GitHub Desktop.
git ignore文件模板
#复制命名为.gitignore
.err
.iml
.log
# 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*
**/target/
.idea/
.gitignore
**/*.err
**/*.log
**/*.iml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment