| 1234567891011121314151617181920212223242526272829303132333435363738394041 |
- target/
- .DS_Store
- logs/**
- # maven ignore
- target/
- *.jar
- !.mvn/wrapper/*
- *.war
- *.zip
- *.tar
- *.tar.gz
- # eclipse ignore
- .settings/
- .project
- .classpath
- # idea ignore
- .idea/
- *.ipr
- *.iml
- *.iws
- *.xml
- # temp ignore
- *.log
- *.cache
- *.diff
- *.patch
- *.tmp
- # system ignore
- .DS_Store
- Thumbs.db
- *.orig
- *.out
- *.pid
- /.idea/
|