kiloparsec/.gitignore

48 lines
608 B
Plaintext
Raw Normal View History

2023-11-11 23:52:18 +03:00
.gradle
build/
!gradle/wrapper/gradle-wrapper.jar
!**/src/main/**/build/
!**/src/test/**/build/
### IntelliJ IDEA ###
2024-09-08 02:06:44 +03:00
.idea
2023-11-11 23:52:18 +03:00
.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
2024-08-05 17:51:33 +02:00
.sts4-caches
2023-11-11 23:52:18 +03:00
!**/src/main/**/bin/
!**/src/test/**/bin/
### NetBeans ###
/nbproject/private/
/nbbuild/
/dist/
/nbdist/
/.nb-gradle/
### VS Code ###
.vscode/
### Mac OS ###
.DS_Store
# More
.kotlin
/.idea/workspace.xml
2024-11-22 09:18:07 +07:00
/.gigaide/gigaide.properties