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