my-solutions/advent-of-code-2023/kotlin/.gitignore

43 lines
503 B
Plaintext
Raw Normal View History

2023-12-02 18:16:25 +05:00
.gradle
build/
!gradle/wrapper/gradle-wrapper.jar
!**/src/main/**/build/
!**/src/test/**/build/
### IntelliJ IDEA ###
2023-12-05 00:28:46 +05:00
/.idea
2023-12-02 18:16:25 +05:00
*.iws
*.iml
*.ipr
out/
!**/src/main/**/out/
!**/src/test/**/out/
2023-12-05 14:17:51 +05:00
# Android studio
/local.properties
2023-12-02 18:16:25 +05:00
### 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 ###
2023-12-05 14:17:51 +05:00
.DS_Store