Files
tapir/.gitignore
T
mathias 70e6f77fc8
CI / Lint / Test / Vet (push) Failing after 6s
CI / Build & Import (push) Has been skipped
CI / Mirror to GitHub (push) Has been skipped
chore: add .gitignore
Excludes build artifacts and the .claude/skills symlink (wired by the skills
installer, never committed — matches the mathias/skills convention) and local
env files.
2026-06-02 11:06:13 +00:00

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