my-solutions/advent-of-code/2023/day_01/.gitignore
Ivan Reshetnikov fa27aa2405
Refactor day 1 of AoC 2023
- The solution is in a separate project.
- Separation of logic and file reading.
- Removed all the garbage from Gradle.
2024-12-19 13:25:09 +05:00

43 lines
472 B
Text

.gradle
gradle
build/
gradlew*
!**/src/main/**/build/
!**/src/test/**/build/
### IntelliJ IDEA ###
/.idea
*.iws
*.iml
*.ipr
out/
!**/src/main/**/out/
!**/src/test/**/out/
### Kotlin ###
.kotlin
### 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