33 lines
262 B
Plaintext
33 lines
262 B
Plaintext
# Compiled class file
|
|
*.class
|
|
|
|
# Log file
|
|
*.log
|
|
logs/
|
|
|
|
# Package Files
|
|
*.jar
|
|
*.war
|
|
*.ear
|
|
*.tar.gz
|
|
*.rar
|
|
|
|
# Maven
|
|
target/
|
|
|
|
# IDE
|
|
*.iml
|
|
*.ipr
|
|
*.iws
|
|
.idea/
|
|
.classpath
|
|
.project
|
|
.settings/
|
|
.factorypath
|
|
|
|
# virtual machine crash logs
|
|
hs_err_pid*
|
|
replay_pid*
|
|
|
|
.DS_Store
|