mirror of
https://github.com/Studio-Saelix/sencho.git
synced 2026-07-26 11:49:16 +00:00
29 lines
368 B
Plaintext
29 lines
368 B
Plaintext
# Dependencies
|
|
node_modules/
|
|
frontend/node_modules/
|
|
backend/node_modules/
|
|
|
|
# Environment Variables (CRITICAL: Never commit secrets)
|
|
.env
|
|
.env.*
|
|
!.env.example
|
|
|
|
# Build Outputs
|
|
dist/
|
|
frontend/dist/
|
|
backend/dist/
|
|
|
|
# Sencho User Data & Mocks
|
|
data/
|
|
mock_data/
|
|
docker/
|
|
sencho.json
|
|
|
|
# OS Generated Files
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
#PRD
|
|
Product Requirements Document
|
|
plans/.claude/
|