Files
bedolaga-cabinet/.gitignore
c0mrade c77d1e948e chore(gitignore): ignore impeccable PRODUCT.md / DESIGN.md / DESIGN.json
Keep impeccable context files local-only. The skill loader reads them
from disk; they are not artefacts the team needs in the shared repo.
2026-05-26 23:10:44 +03:00

56 lines
566 B
Plaintext

# Dependencies
node_modules/
# Claude local settings
.claude/
# Build output
dist/
build/
# Environment files
.env
.env.local
.env.*.local
# Logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Editor directories and files
.idea/
.vscode/
*.swp
*.swo
*~
# OS files
.DS_Store
Thumbs.db
# TypeScript cache
*.tsbuildinfo
# Vite cache
.vite/
# Test coverage
coverage/
# Temporary files
tmp/
temp/
miniapp/
# AI & Agents context
.ai/
CLAUDE.md
**/CLAUDE.md
# Impeccable design context (local only, not for shared repo)
PRODUCT.md
DESIGN.md
DESIGN.json