SLC-1.8.9/.gitignore

49 lines
644 B
Plaintext
Raw Normal View History

2023-06-27 17:59:21 +02:00
.gradle
build/
!gradle/wrapper/gradle-wrapper.jar
!**/src/main/**/build/
!**/src/test/**/build/
run/
2023-06-28 02:55:24 +02:00
build/
2023-06-28 19:06:07 +02:00
autobuilder/node_modules/
autobuilder/jars/
autobuilder/temp/
2023-06-27 17:59:21 +02:00
### IntelliJ IDEA ###
.idea/modules.xml
.idea/jarRepositories.xml
.idea/compiler.xml
2024-01-02 05:19:28 +01:00
.idea/libraries
.idea/misc.xml
.idea/gradle.xml
2023-06-27 17:59:21 +02:00
*.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