diff --git a/.gitignore b/.gitignore index ffabde6..701d69c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ .gradle .idea .intellijPlatform +.kotlin .qodana build diff --git a/CHANGELOG.md b/CHANGELOG.md index 723bcb2..3085ab4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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