mirror of
https://github.com/Studio-Saelix/sencho.git
synced 2026-08-26 10:16:53 +00:00
Initial commit: Sencho V1 complete with Auth and Dockerization
This commit is contained in:
+27
@@ -0,0 +1,27 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user