Skip to content

Commit 12a8736

Browse files
committed
chore: ignore editor-specific directories in .gitignore
Add .claude/, .windsurf/, .cursor/, and .copilot/ to .gitignore to exclude editor skill directories created by --init.
1 parent 16598be commit 12a8736

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
.ruff_cache/
44
.pytest_cache/
55
PROMPT.md
6+
.claude/
7+
.windsurf/
8+
.cursor/
9+
.copilot/
610

711
# Byte-compiled / optimized / DLL files
812
__pycache__/

0 commit comments

Comments
 (0)