41 lines
366 B
Text
41 lines
366 B
Text
# Node
|
|
node_modules/
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
pnpm-debug.log*
|
|
|
|
# Build output
|
|
dist/
|
|
build/
|
|
out/
|
|
.tmp/
|
|
.temp/
|
|
|
|
# Capacitor / Cordova
|
|
android/
|
|
ios/
|
|
www/
|
|
|
|
# Environment files
|
|
#.env
|
|
#.env.*
|
|
#!.env.example
|
|
|
|
# System files
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Editor folders
|
|
.vscode/
|
|
.idea/
|
|
|
|
# Logs
|
|
*.log
|
|
|
|
# Cache
|
|
.cache/
|
|
.parcel-cache/
|
|
.next/
|
|
.nuxt/
|
|
.svelte-kit/
|