quicknotes/frontend/.gitignore

28 lines
285 B
Text

node_modules
# Output
.output
.vercel
.netlify
.wrangler
/.svelte-kit
/build
# OS
.DS_Store
Thumbs.db
# Env
.env
.env.*
!.env.example
!.env.test
# Vite
vite.config.js.timestamp-*
vite.config.ts.timestamp-*
# Playwright
**/test-results/
**/playwright-report/
**/playwright/.cache/