40 lines
366 B
Plaintext
40 lines
366 B
Plaintext
# Dependencies
|
|
node_modules/
|
|
|
|
# Build output
|
|
dist/
|
|
*.tsbuildinfo
|
|
|
|
# Turbo cache
|
|
.turbo/
|
|
|
|
# OS files
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Editor
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|
|
*.swo
|
|
|
|
# Env
|
|
.env
|
|
.env.local
|
|
|
|
# Logs
|
|
*.log
|
|
npm-debug.log*
|
|
|
|
# Showcase build artifacts
|
|
release/
|
|
*.apk
|
|
*.aab
|
|
*.ipa
|
|
*.xcarchive
|
|
|
|
# Local scratch / tooling (not part of the project)
|
|
.claude/
|
|
image.png
|
|
screenshot-*.mjs
|