Skip to content

Commit e1070a1

Browse files
committed
Add AI assistant files to ignore lists
Prevent accidental commits of AI assistant configuration files: - CLAUDE.md and .claude/ (Claude Code) - .cursorrules and .cursor/ (Cursor) - .aider* (Aider) - .copilot/ and .github/copilot-* (GitHub Copilot)
1 parent 3c89f96 commit e1070a1

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed

.gitignore

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,13 @@ Policyfile.lock.json
2424
.idea/
2525

2626
.kitchen.local.yml
27+
28+
# AI Assistant Files #
29+
######################
30+
CLAUDE.md
31+
.claude/
32+
.cursorrules
33+
.cursor/
34+
.aider*
35+
.copilot/
36+
.github/copilot-*

chefignore

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,3 +113,13 @@ UPGRADING*
113113
###########
114114
.vagrant
115115
Vagrantfile
116+
117+
# AI Assistant Files #
118+
######################
119+
CLAUDE.md
120+
.claude/*
121+
.cursorrules
122+
.cursor/*
123+
.aider*
124+
.copilot/*
125+
.github/copilot-*

0 commit comments

Comments
 (0)