mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-14 18:05:27 +07:00
[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:
committed by
intellij-monorepo-bot
parent
05203527a4
commit
6e0f0e5f2a
@@ -3,6 +3,7 @@ build/
|
||||
!gradle/wrapper/gradle-wrapper.jar
|
||||
!**/src/main/**/build/
|
||||
!**/src/test/**/build/
|
||||
.kotlin
|
||||
|
||||
### IntelliJ IDEA ###
|
||||
.idea/modules.xml
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
out/
|
||||
!**/src/main/**/out/
|
||||
!**/src/test/**/out/
|
||||
.kotlin
|
||||
|
||||
### Eclipse ###
|
||||
.apt_generated
|
||||
|
||||
@@ -2,6 +2,7 @@ target/
|
||||
!.mvn/wrapper/maven-wrapper.jar
|
||||
!**/src/main/**/target/
|
||||
!**/src/test/**/target/
|
||||
.kotlin
|
||||
|
||||
### IntelliJ IDEA ###
|
||||
.idea/modules.xml
|
||||
|
||||
Reference in New Issue
Block a user