Skip to content

Commit 0ba6d04

Browse files
Extend .gitignore with missing IDE and AI tool patterns
IDE additions: JetBrains Fleet (.fleet/), NetBeans (nbproject/), Sublime Text (*.sublime-project, *.sublime-workspace), Eclipse launch configs (*.launch) AI additions: Google Gemini (.gemini/, GEMINI.md) alongside existing Claude, Copilot, Cursor, Windsurf, and MCP entries
1 parent 16abe0c commit 0ba6d04

1 file changed

Lines changed: 24 additions & 0 deletions

File tree

.gitignore

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,21 @@ pom.xml.versionsBackup
3838
.classpath
3939
.factorypath
4040

41+
# JetBrains Fleet
42+
.fleet/
43+
44+
# NetBeans
45+
nbproject/
46+
nbbuild/
47+
nbdist/
48+
49+
# Sublime Text
50+
*.sublime-project
51+
*.sublime-workspace
52+
53+
# Eclipse launch configs
54+
*.launch
55+
4156
# OS
4257
.DS_Store
4358
Thumbs.db
@@ -121,6 +136,15 @@ copilot-instructions.md
121136
.codeium-cache/
122137
.codeium.json
123138

139+
# -------------------------
140+
# Google Gemini
141+
# -------------------------
142+
.gemini/
143+
.gemini-cache/
144+
.gemini.json
145+
GEMINI.md
146+
gemini.md
147+
124148
# -------------------------
125149
# Agent instruction files
126150
# -------------------------

0 commit comments

Comments
 (0)