32 lines
311 B
Plaintext
32 lines
311 B
Plaintext
# dependencies
|
|
node_modules/
|
|
|
|
# build outputs
|
|
dist/
|
|
.astro/
|
|
|
|
# logs
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
pnpm-debug.log*
|
|
|
|
# environment variables
|
|
.env
|
|
.env.local
|
|
.env.*.local
|
|
|
|
# macOS / Windows / Linux 系统文件
|
|
.DS_Store
|
|
Thumbs.db
|
|
*.swp
|
|
*~
|
|
|
|
# IDE / 编辑器
|
|
.idea/
|
|
.vscode/
|
|
*.iml
|
|
|
|
# misc
|
|
.cache/
|