mirror of
https://github.com/pheralb/svgl.git
synced 2025-12-29 08:01:36 +08:00
28 lines
269 B
Plaintext
28 lines
269 B
Plaintext
# Dependencies
|
|
node_modules
|
|
|
|
# Content Collections
|
|
.content-collections
|
|
|
|
# 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-*
|