mirror of
https://github.com/JetBrains/intellij-platform-plugin-template.git
synced 2025-12-05 06:11:52 +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
|
.gradle
|
||||||
.idea
|
.idea
|
||||||
.intellijPlatform
|
.intellijPlatform
|
||||||
|
.kotlin
|
||||||
.qodana
|
.qodana
|
||||||
build
|
build
|
||||||
|
|||||||
@ -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…
Reference in New Issue
Block a user