Files
sencho/.gitignore
T
Anso 2135f7efd2 chore: remove CLAUDE.md and MANUAL_STEPS.md from git tracking (#189)
These files contain internal project instructions that should not be
public. Both are now in .gitignore to prevent re-tracking.
2026-03-26 22:21:47 -04:00

52 lines
545 B
Plaintext

# Dependencies
node_modules/
# Environment Variables (CRITICAL: Never commit secrets)
.env
.env.*
!.env.example
# Build Outputs
dist/
# Sencho User Data & Mocks
data/
mock_data/
docker/
sencho.json
# OS Generated Files
.DS_Store
Thumbs.db
Desktop.ini
ehthumbs.db
# IDE / Editors
.vscode/
.idea/
*.swp
*.swo
*~
*.sublime-project
*.sublime-workspace
# Testing
test-results/
e2e/report/
html-report/
.coverage/
coverage/
# Logs
*.log
npm-debug.log*
# Claude Code
.claude/
plans/
CLAUDE.md
MANUAL_STEPS.md
# Playwright MCP
.playwright-mcp/