svpf/.gitignore
Pratyush Desai f195a0999f
Initialize
Simply ran create with the options for sv5, ts checking,
linting and prettifying enabled

Signed-off-by: Pratyush Desai <pratyush.desai@liberta.casa>
2024-10-23 16:49:20 +05:30

22 lines
191 B
Plaintext

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-*