Excludes build artifacts and the .claude/skills symlink (wired by the skills installer, never committed — matches the mathias/skills convention) and local env files.
13 lines
222 B
Plaintext
13 lines
222 B
Plaintext
# Build artifacts
|
|
/bin/
|
|
*.out
|
|
|
|
# Skills are wired as symlinks by the skills library installer and must never
|
|
# be committed (see docs convention in mathias/skills).
|
|
.claude/skills
|
|
|
|
# Local env / editor
|
|
.env
|
|
.env.*
|
|
*.local
|