| # Compiled class file |
| *.class |
| |
| # Mobile Tools for Java (J2ME) |
| .mtj.tmp/ |
| |
| # Log file |
| *.log |
| |
| # BlueJ files |
| *.ctxt |
| |
| # Package Files # |
| *.jar |
| *.war |
| *.nar |
| *.ear |
| *.zip |
| *.tar.gz |
| *.rar |
| |
| # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml |
| hs_err_pid* |
| |
| # Intellij IDE |
| .idea |
| *.iml |
| |
| # Eclipse IDE |
| .project |
| .classpath |
| .settings |
| bin |
| |
| # Maven |
| target |
| target/ |
| pom.xml.tag |
| pom.xml.releaseBackup |
| pom.xml.versionsBackup |
| pom.xml.next |
| release.properties |
| dependency-reduced-pom.xml |
| buildNumber.properties |
| .mvn/timing.properties |
| .mvn/wrapper/maven-wrapper.jar |
| |
| # CheckStyle files |
| .checkstyle |
| |
| opt/ |
| |
| # Visual Studio Code |
| .factorypath |