| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748 | 
							- *.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
 
- rebel.xml
 
- rebel-remote.xml
 
 
  |