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