You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

56 lines
569 B

# 编译后的类文件
*.class
# 打包文件
*.jar
*.war
*.ear
# IDE 文件
/.idea/
/.settings/
/*.iml
/*.ipr
/*.iws
# 构建工具目录
/target/
/build/
/out/
# 日志文件
*.log
# 系统文件
.DS_Store
Thumbs.db### IntelliJ IDEA ###
out/
!**/src/main/**/out/
!**/src/test/**/out/
### Eclipse ###
.apt_generated
.classpath
.factorypath
.project
.settings
.springBeans
.sts4-cache
bin/
!**/src/main/**/bin/
!**/src/test/**/bin/
### NetBeans ###
/nbproject/private/
/nbbuild/
/dist/
/nbdist/
/.nb-gradle/
### VS Code ###
.vscode/
### Mac OS ###
.DS_Store