cocottetech/@platform/.gitignore
natalie 1b719e1fd7 chore(bootstrap): initial V4 commit
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>
2026-05-18 08:11:41 -07:00

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