my_app_remote_server_ui_app/.gitignore
2026-01-01 22:32:35 +01:00

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/