65788705c3
Ignore .agents skill bundles from eslint (template files not part of the build), enable eslint --cache and tsc --incremental so warm re-runs skip unchanged files.
53 lines
666 B
Plaintext
53 lines
666 B
Plaintext
# Logs
|
|
logs
|
|
*.log
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
pnpm-debug.log*
|
|
lerna-debug.log*
|
|
|
|
node_modules
|
|
dist
|
|
dist-ssr
|
|
*.local
|
|
.eslintcache
|
|
.tsbuildinfo
|
|
yarn.lock
|
|
deploy.sh
|
|
|
|
# Editor directories and files
|
|
.idea
|
|
.DS_Store
|
|
.project
|
|
.classpath
|
|
.settings/
|
|
*.suo
|
|
*.ntvs*
|
|
*.njsproj
|
|
*.sln
|
|
*.sw?
|
|
|
|
# Vercel
|
|
.vercel
|
|
|
|
# Secrets
|
|
.env
|
|
.env.*
|
|
!.env.example
|
|
|
|
# Build-time configuration
|
|
ditto.json
|
|
|
|
# Android build outputs and sensitive files
|
|
*.aab
|
|
resources/
|
|
android/app/my-upload-key.keystore
|
|
android/key.properties
|
|
android/local.properties
|
|
android/build/
|
|
android/.gradle/
|
|
android/*/build/
|
|
android/app/src/main/res/mipmap-hdpi/ic_launcher_foreground.png
|
|
android/downloads/
|