39 lines
394 B
Plaintext
39 lines
394 B
Plaintext
|
*.class
|
||
|
|
||
|
# maven ignore
|
||
|
target/
|
||
|
*.jar
|
||
|
*.war
|
||
|
*.zip
|
||
|
*.tar
|
||
|
*.tar.gz
|
||
|
|
||
|
# eclipse ignore
|
||
|
.externalToolBuilders
|
||
|
.springBeans
|
||
|
|
||
|
# idea ignore
|
||
|
.idea/
|
||
|
*.ipr
|
||
|
*.iml
|
||
|
*.iws
|
||
|
|
||
|
# temp ignore
|
||
|
*.log
|
||
|
*.cache
|
||
|
*.diff
|
||
|
*.patch
|
||
|
*.tmp
|
||
|
|
||
|
# system ignore
|
||
|
.DS_Store
|
||
|
Thumbs.db
|
||
|
|
||
|
# custom lib
|
||
|
!custom_lib/*
|
||
|
/bin
|
||
|
|
||
|
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
|
||
|
hs_err_pid*
|
||
|
/.factorypath
|