doki/.gitignore

47 lines
633 B
Text
Raw Permalink Normal View History

target/
2024-09-05 02:50:30 +00: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 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/