36 lines
314 B
Plaintext
36 lines
314 B
Plaintext
# maven ignore
|
|
target/
|
|
*.war
|
|
*.zip
|
|
*.tar
|
|
*.tar.gz
|
|
|
|
# eclipse ignore
|
|
.settings/
|
|
.project
|
|
.classpath
|
|
.tern-project
|
|
|
|
# idea ignore
|
|
.idea/
|
|
*.ipr
|
|
*.iml
|
|
*.iws
|
|
|
|
# temp ignore
|
|
.svn/
|
|
generated/
|
|
.externalToolBuilders/
|
|
logs/
|
|
*.log
|
|
*.cache
|
|
*.diff
|
|
*.patch
|
|
*.tmp
|
|
*.java~
|
|
*.properties~
|
|
*.xml~
|
|
|
|
# system ignore
|
|
.DS_Store
|
|
Thumbs.db |