hestia/.gitignore
Benjamin Palko 8f96736328
All checks were successful
Deployment / Setup (push) Successful in 1m48s
Deployment / Deploy Storybook (push) Successful in 7m43s
storybook ignore
2025-03-30 20:46:52 -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.*