3fb8bb625d
`npx skills add` writes .agents/, .claude/, and skills-lock.json into consumer projects. Ignore them in this source repo so the install can be run from inside the repo without polluting git status. https://claude.ai/code/session_01HStJ5nara1i4H6yrXrio2w Co-authored-by: Claude <noreply@anthropic.com>
31 lines
352 B
Plaintext
31 lines
352 B
Plaintext
# Dependencies
|
|
node_modules/
|
|
|
|
# Skill install artifacts (npx skills add)
|
|
.agents/
|
|
.claude/
|
|
skills-lock.json
|
|
|
|
# Environment variables / secrets
|
|
.env
|
|
.env.*
|
|
!.env.example
|
|
|
|
# macOS
|
|
.DS_Store
|
|
**/.DS_Store
|
|
|
|
# macOS / iCloud duplicate files
|
|
* 2.*
|
|
* 2/
|
|
|
|
# Remotion video project (root only, not skills/video/)
|
|
/video/
|
|
|
|
# Editor
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
.idea/
|
|
.vscode/
|