.gitignore

Download .gitignore

 1: ### Java template
 2: # Compiled class file
 3: *.class
 4: 
 5: # Log file
 6: *.log
 7: 
 8: # BlueJ files
 9: *.ctxt
10: 
11: # IntelliJ IDEA files
12: *.iml
13: .idea
14: 
15: # Maven files
16: target
17: 
18: # Mobile Tools for Java (J2ME)
19: .mtj.tmp/
20: 
21: # Package Files #
22: *.jar
23: *.war
24: *.nar
25: *.ear
26: *.zip
27: *.tar.gz
28: *.rar
29: 
30: # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
31: hs_err_pid*
32: