doki/.gitignore

47 lines
633 B
Text
Raw Normal View History

target/
2024-09-05 03:50:30 +01:00
out/
!.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 03:57:46 +01:00
config*.json
config.example.json
2024-08-21 21:14:44 +01:00
!**/resources/config.schema.json
2024-08-17 11:24:22 +01:00
### why would this not be here already ###
2024-08-21 21:14:44 +01:00
/logs/