Files
marketingskills/.gitignore
T
sebsalasenroute 3fb8bb625d chore: ignore skill install artifacts (#317)
`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>
2026-05-26 11:13:50 -07:00

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/