niming/.gitignore

27 lines
232 B
Plaintext
Raw Normal View History

2024-10-27 18:29:40 +08: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-*
2024-12-22 22:57:01 +08:00
# lock files
bun.lockb
yarn.lock
.yarn/