Browse Source

Added `.kotlin` directory to `.gitignore` for Kotlin 2.0

pull/530/head
Danil Ovchinnikov 5 months ago committed by Jakub Chrzanowski
parent
commit
f18711da36
  1. 1
      .gitignore
  2. 1
      CHANGELOG.md

1
.gitignore vendored

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

1
CHANGELOG.md

@ -7,6 +7,7 @@ @@ -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

Loading…
Cancel
Save