-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitignore
More file actions
65 lines (59 loc) · 1.54 KB
/
Copy path.gitignore
File metadata and controls
65 lines (59 loc) · 1.54 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
# ============================================
# Claude Code dotfiles — .gitignore
# 只版控「人工產出的知識資產」,排除機器產生的一切
# ============================================
# === 全部排除,再逐項加回 ===
*
# === 加回:全域規則 ===
!.gitignore
!README.md
!README.zh-TW.md
!LICENSE
!CLAUDE.md
!settings.json
# === 加回:Hook 腳本 ===
!scripts/
!scripts/**
# === 加回:自建 Skills ===
!skills/
!skills/*/
!skills/*/SKILL.md
!skills/*/references/
!skills/*/references/**
!skills/*/scripts/
!skills/*/scripts/**
!skills/*/docs/
!skills/*/docs/**
!skills/*/prompts/
!skills/*/prompts/**
!skills/*/schemas/
!skills/*/schemas/**
!skills/*/tests/
!skills/*/tests/**
!skills/*/CHANGELOG.md
!skills/*/ALGORITHM.md
!skills/*/README.md
# === 排除:skill 內的產物 ===
skills/*/.venv/
skills/*/__pycache__/
skills/*/**/__pycache__/
skills/*/.pytest_cache/
*-workspace/
# zlibrary 是外部 repo + 巨大 .venv,整個排除
skills/zlibrary-to-notebooklm/
# === 排除:私人 / 非通用 Skills ===
skills/corporate-forensic-auditor/
skills/convertible-arbitrage-auditor/
skills/buddha-model/
skills/subtitle-polisher/
# === 排除:所有機器產生的目錄 ===
# projects/ (對話歷史 + auto memory)
# plugins/ (可重裝的第三方 plugin)
# cache/, chrome/, statsig/, telemetry/
# todos/, tasks/, plans/
# session-env/, shell-snapshots/, paste-cache/
# ide/, debug/, backups/, downloads/
# file-history/, usage-data/, mcp-servers/
# memory/ (全域 auto memory)
# history.jsonl, stats-cache.json
# .DS_Store