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
732 B
56 lines
732 B
6 months ago
|
######################################################################
|
||
|
# Build Tools
|
||
|
|
||
|
.gradle
|
||
|
/build/
|
||
|
!gradle/wrapper/gradle-wrapper.jar
|
||
|
|
||
|
target/
|
||
|
!.mvn/wrapper/maven-wrapper.jar
|
||
|
|
||
|
.flattened-pom.xml
|
||
|
|
||
|
######################################################################
|
||
|
# IDE
|
||
|
|
||
|
### STS ###
|
||
|
.apt_generated
|
||
|
.classpath
|
||
|
.factorypath
|
||
|
.project
|
||
|
.settings
|
||
|
.springBeans
|
||
|
|
||
|
### IntelliJ IDEA ###
|
||
|
.idea
|
||
|
*.iws
|
||
|
*.iml
|
||
|
*.ipr
|
||
|
|
||
|
### NetBeans ###
|
||
|
nbproject/private/
|
||
|
build/*
|
||
|
nbbuild/
|
||
|
dist/
|
||
|
nbdist/
|
||
|
.nb-gradle/
|
||
|
|
||
|
######################################################################
|
||
|
# Others
|
||
|
*.log
|
||
|
*.xml.versionsBackup
|
||
|
*.swp
|
||
|
|
||
|
!*/build/*.java
|
||
|
!*/build/*.html
|
||
|
!*/build/*.xml
|
||
|
|
||
|
### JRebel ###
|
||
|
rebel.xml
|
||
|
|
||
|
application-my.yaml
|
||
|
|
||
|
/win-ui-app/unpackage/
|
||
|
|
||
|
*.DS_Store
|