sprigsy-editor/.gitignore

22 lines
191 B
Text
Raw Permalink Normal View History

2024-08-14 21:41:49 +00:00
node_modules
# Output
.output
.vercel
/.svelte-kit
/build
# OS
.DS_Store
Thumbs.db
# Env
.env
.env.*
!.env.example
!.env.test
# Vite
vite.config.js.timestamp-*
vite.config.ts.timestamp-*