mirror of
https://github.com/tompro/sattle.git
synced 2026-08-27 07:15:59 +00:00
31 lines
525 B
Plaintext
31 lines
525 B
Plaintext
.DS_Store
|
|
.thumbs.db
|
|
node_modules
|
|
|
|
# .env files
|
|
.env*
|
|
|
|
# Quasar core related directories
|
|
.quasar
|
|
/dist
|
|
/quasar.config.*.temporary.compiled*
|
|
|
|
# Cordova related directories and files
|
|
/src-cordova/node_modules
|
|
/src-cordova/platforms
|
|
/src-cordova/plugins
|
|
/src-cordova/www
|
|
|
|
# Capacitor related directories and files
|
|
/src-capacitor/www
|
|
/src-capacitor/node_modules
|
|
|
|
# Log files
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
# Playwright (e2e/ itself is tracked - only its artifacts are ignored)
|
|
/playwright-report/
|
|
/test-results/
|