-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy path.gitignore
More file actions
92 lines (91 loc) · 1.8 KB
/
Copy path.gitignore
File metadata and controls
92 lines (91 loc) · 1.8 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
**/node_modules/
# === 构建产物 ===
**/dist/
**/build/
**/.next/
**/.nuxt/
**/.parcel-cache/
**/.turbo/
**/.cache/
**/.cache-loader/
**/.docusaurus/
**/.vuepress/dist/
# === IDE / Editor configs ===
.workbuddy/
.qoder/
.vscode/
.idea/
.cursor/
.windsurf/
.zed/
.codeium/
.obsidian/
*.swp
*.swo
.DS_Store
Thumbs.db
# === Project specific ===
datalog/
.atomcode/
preview.log
# === Hexo 编译产物 ===
.cache/
.tmp/
.hexo/
.deploy*/
db.json
*.log
# Hexo 生成的 public/ 静态文件(248M+)不纳入版本管理
# 部署时由 CI/CD 重新生成或从 COS 同步
hexo/hexo/public/
# === 敏感配置 ===
.env
.env.local
_config.local.yml
# === 日志 ===
npm-debug.log*
yarn-debug.log*
yarn-error.log*
nohup.out
# === 统一标准:构建产物(追加于各项目)===
# === Node.js / 构建产物 ===
**/.svelte-kit/
**/.astro/
# === 环境变量 ===
.env.*.local
# === 系统 ===
pnpm-debug.log*
# === IDE ===
server_deploy_auto.sh
projects/ai-projects-planning/AI-PROJECTS-PLAN.md
# === 口播稿工作目录 ===
hexo/hexo/source/_posts/workflow/口播稿/
# === 公众号代码工作目录 ===
hexo/hexo/source/_posts/workflow/公众号/code/
hexo/hexo/source/_posts/workflow/公众号/guide/
hexo/hexo/source/_posts/workflow/选题.md
scripts/cos/*
scripts/skills/*
.trae/*
scripts/.env.example
docs/talks/*
hexo/hexo/source/_posts/ads/cake-growth/guide/
hexo/hexo/source/_posts/ads/cake-growth/ads/imgs/
docs/graph/
# === 所有 jpg 图片不纳入 Git ===
**/*.jpg
**/*.JPG
**/*.jpeg
**/*.JPEG
# === 所有 PPT 演示文稿不纳入 Git ===
# 使用字符类 [Pp] 覆盖所有大小写组合,跨平台绝对稳妥
**/*.[Pp][Pp][Tt]
**/*.[Pp][Pp][Tt][Xx]
**/*.[Pp][Pp][Tt][Mm]
**/*.[Pp][Pp][Ss]
**/*.[Pp][Pp][Ss][Xx]
**/*.[Pp][Pp][Ss][Mm]
**/*.[Pp][Oo][Tt]
**/*.[Pp][Oo][Tt][Xx]
**/*.[Pp][Oo][Tt][Mm]
**/*.[Oo][Dd][Pp]