Skip to content

Commit 4824bef

Browse files
committed
Expanded ignore list to ensure tool neutrality.
1 parent 3a92c92 commit 4824bef

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

.gitignore

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,23 @@ obj/
66

77
# Code coverage analysis results
88
*.coverage
9+
10+
# Don't want to be prescriptive about the user's development environment.
11+
.devcontainer/
12+
13+
# The simplicity of this project structure enables AI tools to figure it out instantly.
14+
.claude/
15+
CLAUDE.md
16+
.codex/
17+
AGENTS.md
18+
.github/copilot-instructions.md
19+
.gemini/
20+
GEMINI.md
21+
.cursor/
22+
.cursorrules
23+
.aider*
24+
.windsurf/
25+
.windsurfrules
26+
27+
# Suppress temporary files that might otherwise leak into a commit,
28+
tmp/

0 commit comments

Comments
 (0)