Clean successor to V3 (forge: lilith/atlilith). Seeded from local Mac working tree at ~/Code/@projects/@cocottetech/. node_modules and build artifacts excluded via .gitignore. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
17 lines
290 B
Text
17 lines
290 B
Text
node_modules/
|
|
dist/
|
|
.turbo/
|
|
*.tsbuildinfo
|
|
.DS_Store
|
|
*.log
|
|
|
|
# Per-feature build artifacts
|
|
**/build/
|
|
|
|
# iOS (Swift) build artifacts — Swift packages live under @features/*/ios-fe
|
|
**/.build/
|
|
**/DerivedData/
|
|
|
|
# Local env overrides (.env.ports is committed; .env.local is not)
|
|
.env.local
|
|
.env
|