mirror of
https://github.com/JetBrains/intellij-platform-plugin-template.git
synced 2025-12-04 22:01:54 +00:00
Added .kotlin directory to .gitignore for Kotlin 2.0
This commit is contained in:
parent
24980012fb
commit
f18711da36
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,5 +1,6 @@
|
||||
.gradle
|
||||
.idea
|
||||
.intellijPlatform
|
||||
.kotlin
|
||||
.qodana
|
||||
build
|
||||
|
||||
@ -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…
Reference in New Issue
Block a user