Files
otus-kotlin-developer/.gitignore
Александр Веденёв 086a08954d module 2 lesson 1
2025-01-16 14:01:40 +07:00

14 lines
150 B
Plaintext

.gradle
**/build/
!gradle/wrapper/gradle-wrapper.jar
!**/src/**/build/
### IntelliJ IDEA ###
.idea
### Mac OS ###
.DS_Store
### Kotlin ###
.kotlin