| 1234567891011121314151617181920212223242526272829303132333435363738394041424344 | 
							- *.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
 
- /codegen/src/main/resources/generateConfigration.xml
 
- **/bootstrap-dev.yml
 
- **/bootstrap-dev.properties
 
- **/bootstrap-local.yml
 
- **/bootstrap-local.properties
 
- **/logback-test.xml
 
- /bin/
 
- **/logback-spring.xml
 
- **/*.log
 
 
  |