44 lines
563 B
Plaintext
44 lines
563 B
Plaintext
### Maven template
|
|
target/
|
|
pom.xml.tag
|
|
pom.xml.releaseBackup
|
|
pom.xml.versionsBackup
|
|
pom.xml.next
|
|
release.properties
|
|
dependency-reduced-pom.xml
|
|
buildNumber.properties
|
|
.mvn/timing.properties
|
|
|
|
### Java template
|
|
*.class
|
|
|
|
### Mobile Tools for Java (J2ME)
|
|
.mtj.tmp/
|
|
|
|
### Package Files #
|
|
*.jar
|
|
*.war
|
|
*.ear
|
|
|
|
### virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
|
|
hs_err_pid*
|
|
|
|
### logs files
|
|
*.log
|
|
|
|
### Certs
|
|
*.jks
|
|
*.cer
|
|
*.pem
|
|
|
|
### IDE files
|
|
.idea/
|
|
copyright/
|
|
*.iml
|
|
.classpath
|
|
.project
|
|
.settings/
|
|
|
|
#File System specific files
|
|
.DS_STORE
|