Files
loongyan/web/.gitignore
lzw-723 77c1a31ffa
Some checks failed
Dart CI / build (push) Successful in 30s
Web CI / lint-test-build (push) Failing after 1m8s
清理文件
2026-04-09 21:27:33 +08:00

31 lines
290 B
Plaintext

node_modules
# 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-*
# Paraglide
src/lib/paraglide
project.inlang/cache/
# SQLite
*.db
.idea
.vscode