22 lines
206 B
Plaintext
22 lines
206 B
Plaintext
# 构建输出
|
|
dist/
|
|
|
|
# Astro 生成内容
|
|
.astro/
|
|
|
|
# 依赖
|
|
node_modules/
|
|
|
|
# 日志
|
|
npm-debug.log*
|
|
bun-debug.log*
|
|
|
|
# 环境变量
|
|
.env
|
|
.env.production
|
|
|
|
# 编辑器与系统文件
|
|
.DS_Store
|
|
.idea/
|
|
.vscode/
|