[javaee] IDEA-377263 New project: ignore .kotlin in new Jakarta EE projects

(cherry picked from commit 3df4eb5dcb81db79496b3287ef53a11de2a84d9c)

IJ-CR-171921

GitOrigin-RevId: 8d66f0bb8dea24bf7241482bab9af0258f1ece5a
This commit is contained in:
Yuriy Artamonov
2025-08-10 14:32:14 +02:00
committed by intellij-monorepo-bot
parent 05203527a4
commit 6e0f0e5f2a
3 changed files with 3 additions and 0 deletions

View File

@@ -3,6 +3,7 @@ build/
!gradle/wrapper/gradle-wrapper.jar
!**/src/main/**/build/
!**/src/test/**/build/
.kotlin
### IntelliJ IDEA ###
.idea/modules.xml

View File

@@ -2,6 +2,7 @@
out/
!**/src/main/**/out/
!**/src/test/**/out/
.kotlin
### Eclipse ###
.apt_generated

View File

@@ -2,6 +2,7 @@ target/
!.mvn/wrapper/maven-wrapper.jar
!**/src/main/**/target/
!**/src/test/**/target/
.kotlin
### IntelliJ IDEA ###
.idea/modules.xml