mirror of
https://github.com/pezkuwichain/pezkuwi-telegram-miniapp.git
synced 2026-04-22 00:47:55 +00:00
55 lines
527 B
Plaintext
55 lines
527 B
Plaintext
# Dependencies
|
|
node_modules/
|
|
|
|
# Build output
|
|
dist/
|
|
build/
|
|
|
|
# Environment files
|
|
.env
|
|
.env.local
|
|
.env.production
|
|
.env.development
|
|
.env.*.local
|
|
!.env.example
|
|
|
|
# Security scripts (contain credentials)
|
|
scripts/fix-rls*.mjs
|
|
|
|
# IDE
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
desktop.ini
|
|
|
|
# Logs
|
|
*.log
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
pnpm-debug.log*
|
|
|
|
# Testing
|
|
coverage/
|
|
.nyc_output/
|
|
|
|
# Cache
|
|
.cache/
|
|
.eslintcache
|
|
*.tsbuildinfo
|
|
|
|
# Misc
|
|
*.local
|
|
*.pem
|
|
|
|
# Supabase
|
|
supabase/.branches
|
|
supabase/.temp
|
|
CLAUDE.md
|