Skip to content

Commit a93beb1

Browse files
committed
chore: add .agents/ to gitignore
Prevents npx skills from polluting the repo if run without --copy flag. The canonical skill files live in .claude/skills/ as real copies.
1 parent b7a93d9 commit a93beb1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
node_modules
22
dist
3-
.DS_Store
3+
.DS_Store
4+
.agents/

0 commit comments

Comments
 (0)