/ .gitignore
.gitignore
 1  # Created by https://www.gitignore.io/api/java
 2  # Edit at https://www.gitignore.io/?templates=java
 3  
 4  ### Java ###
 5  # Compiled class file
 6  *.class
 7  
 8  # Log file
 9  *.log
10  
11  # BlueJ files
12  *.ctxt
13  
14  # Mobile Tools for Java (J2ME)
15  .mtj.tmp/
16  
17  # Package Files #
18  *.jar
19  *.war
20  *.nar
21  *.ear
22  *.tar.gz
23  *.rar
24  
25  # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
26  hs_err_pid*
27  
28  # End of https://www.gitignore.io/api/java