12345678910111213141516171819202122232425262728293031323334353637383940414243444546 |
- *.class
- *.log
- .metadata
- /target/
- *.classpath
- .settings
- .project
- *.iml
- *.log
- /lib/
- ### 忽略子模块的文件 ###
- **/*.ims
- **/*.iml
- **/*.ipr
- **/dep.txt
- **/.mvn/
- **/.idea/
- **/out/
- **/logs/
- **/target/
- **/mvnw
- **/mvnw.cmd
- ### IntelliJ IDEA ###
- /.idea/
- /out/
- /logs/
- /.mvn/
- !.gitignore
- mvnw
- mvnw.cmd
- *.iws
- *.ipr
- *.http
- /codegen/src/main/resources/generateConfigration.xml
- **/bootstrap-dev.yml
- **/bootstrap-dev.properties
- **/bootstrap-local.yml
- **/bootstrap-local.properties
- **/logback-test.xml
- **/logback-local.xml
- /bin/
- **/logback-spring.xml
- **/*.log
|