Files
fuwari/.gitignore
二叉树树 08c3153f43 ci: 更新GitHub Actions部署配置并调整.gitignore
删除旧的deploy.yml文件,添加新的deploy.yml-nouse配置文件
在.gitignore中添加.git目录忽略规则
2026-01-22 18:20:36 +08:00

40 lines
369 B
Plaintext

# build output
dist/
# generated types
.astro/
# dependencies
node_modules/
# logs
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
# environment variables
.env
.env.production
# macOS-specific files
.DS_Store
.vercel
package-lock.json
bun.lockb
yarn.lock
.vscode
# 忽略上游仓库
ori
# EdgeOne
.edgeone
# local img
# src/content/img/
.git