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
|