| | |
| | | # Intellij |
| | | ################### |
| | | .idea |
| | | *.iml |
| | | |
| | | # Eclipse # |
| | | ########### |
| | | .project |
| | | .settings |
| | | .classpath |
| | | |
| | | # NetBeans # |
| | | ############ |
| | | nbactions.xml |
| | | nb-configuration.xml |
| | | catalog.xml |
| | | nbproject |
| | | |
| | | # Compiled source # |
| | | ################### |
| | | *.com |
| | | *.class |
| | | *.dll |
| | | *.exe |
| | | *.o |
| | | *.so |
| | | |
| | | # Mobile Tools for Java (J2ME) |
| | | .mtj.tmp/ |
| | | |
| | | # Package Files # |
| | | # Packages # |
| | | ############ |
| | | # it's better to unpack these files and commit the raw source |
| | | # git has its own built in compression methods |
| | | *.7z |
| | | *.dmg |
| | | *.gz |
| | | *.iso |
| | | *.jar |
| | | *.war |
| | | *.ear |
| | | *.rar |
| | | *.tar |
| | | *.zip |
| | | |
| | | # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml |
| | | hs_err_pid* |
| | | # Logs and databases # |
| | | ###################### |
| | | *.log |
| | | |
| | | # Maven # |
| | | ######### |
| | | target |
| | | |
| | | # Maven shade |
| | | ############# |
| | | *dependency-reduced-pom.xml |