hestia/.gitignore
2025-03-30 16:56:47 -04:00

28 lines
No EOL
261 B
Text

test-results
node_modules
# Output
.output
.vercel
.netlify
.wrangler
/.svelte-kit
/build
# OS
.DS_Store
Thumbs.db
.idea
# Storybook
storybook-static
# Vite
vite.config.js.timestamp-*
vite.config.ts.timestamp-*
*/dev.db
*/dev.db-journal
# Env files
.env.*