Andrew Brown | 3f2521a | 2015-01-17 22:10:15 -0800 | [diff] [blame] | 1 | # Created by https://www.gitignore.io |
| 2 | |
| 3 | ### Maven ### |
| 4 | target/ |
| 5 | pom.xml.tag |
| 6 | pom.xml.releaseBackup |
| 7 | pom.xml.versionsBackup |
| 8 | pom.xml.next |
| 9 | release.properties |
| 10 | |
Andrew Brown | 3f2521a | 2015-01-17 22:10:15 -0800 | [diff] [blame] | 11 | ### Java ### |
| 12 | *.class |
| 13 | |
| 14 | # Mobile Tools for Java (J2ME) |
| 15 | .mtj.tmp/ |
| 16 | |
| 17 | # Package Files # |
| 18 | *.jar |
| 19 | *.war |
| 20 | *.ear |
| 21 | |
| 22 | # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml |
| 23 | hs_err_pid* |
| 24 | |
| 25 | # Linux temporary files |
| 26 | *~ |
Tim Coppernoll | 4898e24 | 2015-01-28 13:18:10 -0800 | [diff] [blame] | 27 | |
| 28 | # Eclipse specific project files |
| 29 | .classpath |
| 30 | .project |
| 31 | .settings |
andrewsbrown | 1839463 | 2015-08-05 19:33:29 +0100 | [diff] [blame] | 32 | |
| 33 | # Netbeans specific project files |
andrewsbrown | 0acf8d8 | 2016-04-22 14:16:18 -0700 | [diff] [blame^] | 34 | nbactions.xml |
| 35 | |
| 36 | # IntelliJ specific project files |
| 37 | .idea |
| 38 | *.iml |