Skip to content

Commit 65918e5

Browse files
authored
chore: gitignore every Eclipse JDT produced file and folder (#2195)
.settings and others show up when using the Claude Code with Java LSP provided by the JDT-LS project.
1 parent df8b313 commit 65918e5

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.gitignore

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,12 @@ target
22
local
33

44
# Eclipse, Netbeans and IntelliJ files
5-
/.*
5+
.*
66
!/.github
7-
!/.specify
87
!/.ci
8+
!/.mvn
99
!.gitignore
1010
!.gitattributes
11-
!/.mvn
1211
/nbproject
1312
*.ipr
1413
*.iws

0 commit comments

Comments
 (0)