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 @@
.gradle .gradle
.idea .idea
.intellijPlatform .intellijPlatform
.kotlin
.qodana .qodana
build build

1
CHANGELOG.md

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

Loading…
Cancel
Save