Files
Fuwari-Custom/.gitignore
drd_vic 4a4c4ef108 chore: 移除 CI/CD 配置并更新站点配置
- 删除所有 GitHub 工作流配置文件,包括构建和代码质量检查
- 移除问题模板和 PR 模板文件
- 移除 dependabot 自动更新配置
- 更改站点 URL 从 fuwari.vercel.app 到 drdfilenest.xyz:10443
- 更新 favicon 路径从 icon.png 到 logo.jpg
- 移除 sitemap 集成配置
- 在 .gitignore 中添加 SSL 证书文件规则
- 统一所有博客文章的发布日期为 2025-12-09
- 更新所有文章的标签和分类,统一为 Fuwari 和 Demo
- 格式化 package.json 文件缩进和结构
2025-12-09 01:17:01 +08:00

43 lines
391 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
.vercel
# lock files
pnpm-lock.yaml
package-lock.json
bun.lockb
yarn.lock
# ide
.idea
*.iml
# Nginx exec
nginx/
# SSL certificates
ssl/
*.pem
*.cer