2024-07-26 19:13:54 +00:00
|
|
|
target/
|
2024-09-05 02:50:30 +00:00
|
|
|
out/
|
2024-07-26 19:13:54 +00:00
|
|
|
!.mvn/wrapper/maven-wrapper.jar
|
|
|
|
!**/src/main/**/target/
|
|
|
|
!**/src/test/**/target/
|
|
|
|
|
|
|
|
### IntelliJ IDEA ###
|
|
|
|
.idea/modules.xml
|
|
|
|
.idea/jarRepositories.xml
|
|
|
|
.idea/compiler.xml
|
|
|
|
.idea/libraries/
|
|
|
|
*.iws
|
|
|
|
*.iml
|
|
|
|
*.ipr
|
|
|
|
|
|
|
|
### Eclipse ###
|
|
|
|
.apt_generated
|
|
|
|
.classpath
|
|
|
|
.factorypath
|
|
|
|
.project
|
|
|
|
.settings
|
|
|
|
.springBeans
|
|
|
|
.sts4-cache
|
|
|
|
|
|
|
|
### NetBeans ###
|
|
|
|
/nbproject/private/
|
|
|
|
/nbbuild/
|
|
|
|
/dist/
|
|
|
|
/nbdist/
|
|
|
|
/.nb-gradle/
|
|
|
|
build/
|
|
|
|
!**/src/main/**/build/
|
|
|
|
!**/src/test/**/build/
|
|
|
|
|
|
|
|
### VS Code ###
|
|
|
|
.vscode/
|
|
|
|
|
|
|
|
### Mac OS ###
|
|
|
|
.DS_Store
|
|
|
|
|
|
|
|
### Other Stuff ###
|
2024-09-05 02:57:46 +00:00
|
|
|
config*.json
|
|
|
|
config.example.json
|
2024-08-21 20:14:44 +00:00
|
|
|
!**/resources/config.schema.json
|
2024-08-17 10:24:22 +00:00
|
|
|
|
|
|
|
### why would this not be here already ###
|
2024-08-21 20:14:44 +00:00
|
|
|
/logs/
|