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.
43 lines
548 B
43 lines
548 B
.gradle |
|
build/ |
|
!gradle/wrapper/gradle-wrapper.jar |
|
!**/src/main/**/build/ |
|
!**/src/test/**/build/ |
|
|
|
### IntelliJ IDEA ### |
|
.idea/modules.xml |
|
.idea/jarRepositories.xml |
|
.idea/compiler.xml |
|
.idea/libraries/ |
|
*.iws |
|
*.iml |
|
*.ipr |
|
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 |
|
/.idea/
|
|
|