Added .kotlin directory to .gitignore for Kotlin 2.0

This commit is contained in:
Danil Ovchinnikov 2025-07-26 09:29:42 +03:00 committed by Jakub Chrzanowski
parent 24980012fb
commit f18711da36
2 changed files with 2 additions and 0 deletions

1
.gitignore vendored
View File

@ -1,5 +1,6 @@
.gradle
.idea
.intellijPlatform
.kotlin
.qodana
build

View File

@ -7,6 +7,7 @@
### Added
- GitHub Actions: set Gradle cache to read-only for non-build jobs
- Added `.kotlin` directory to `.gitignore` for Kotlin 2.0
### Removed