Add rules for .next, .turbo, build, tsbuildinfo, env files, and platform-specific binaries (dmg, app, apk, ipa). Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
20 lines
146 B
Text
20 lines
146 B
Text
node_modules
|
|
dist
|
|
*.log
|
|
.DS_Store
|
|
|
|
# build outputs
|
|
.next
|
|
out
|
|
.turbo
|
|
build
|
|
*.tsbuildinfo
|
|
|
|
# env
|
|
.env*
|
|
|
|
# platform specific
|
|
*.dmg
|
|
*.app
|
|
*.apk
|
|
*.ipa
|