-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
113 lines (92 loc) · 2.8 KB
/
.gitignore
File metadata and controls
113 lines (92 loc) · 2.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
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
# 2bd Engine - Git Ignore
#
# This engine repo should contain ONLY system files (skills, templates, scaffold).
# Personal content lives in the vault (OneDrive/iCloud/etc), not here.
# ============================================
# Engine Configuration (personal, git-ignored)
# ============================================
# Vault path configuration
.claude/config.md
# Symlink to vault (personal content)
vault
# Claude Code local settings
.claude/settings.local.json
# ============================================
# Scaffold (tracked - this IS the template)
# ============================================
# Everything in scaffold/ IS tracked - it's the vault template
# ============================================
# Git Worktrees (development workspaces)
# ============================================
.worktrees/
# ============================================
# Implementation Plans (ephemeral)
# ============================================
.plans/
# ============================================
# Editor and IDE files
# ============================================
.obsidian/
.vscode/
*.swp
*.swo
*~
.DS_Store
# ============================================
# System files
# ============================================
Thumbs.db
desktop.ini
# ============================================
# Legacy content directories (to be removed)
# ============================================
# After migration, these directories should be deleted from the engine.
# Until then, ignore any personal content that might still be here.
# Captive - Active working notes
00_Brain/Captive/*.md
00_Brain/Captive/Flash/*
!00_Brain/Captive/Flash/.gitkeep
# Periodic - Timeline archives
00_Brain/Periodic/Daily/*.md
00_Brain/Periodic/Weekly/*.md
00_Brain/Periodic/Monthly/*.md
00_Brain/Periodic/Quarterly/*.md
00_Brain/Periodic/Yearly/*.md
!00_Brain/Periodic/**/.gitkeep
# Semantic - Personal knowledge
00_Brain/Semantic/*.md
00_Brain/Semantic/**/*.md
!00_Brain/Semantic/.gitkeep
# Synthetic - Personal drafts
00_Brain/Synthetic/*.md
00_Brain/Synthetic/**/*.md
!00_Brain/Synthetic/.gitkeep
# Directives - Personal profile (generated by /ada setup)
00_Brain/Systemic/Directives/*.md
!00_Brain/Systemic/Directives/.gitkeep
# Projects - Personal projects
01_Projects/*.md
!01_Projects/.gitkeep
!01_Projects/✱ Projects.md
# Areas - Personal relationships and insights
02_Areas/People/*.md
02_Areas/Insights/*.md
!02_Areas/People/.gitkeep
!02_Areas/Insights/.gitkeep
!02_Areas/People/✱ People.md
!02_Areas/Insights/✱ Insights.md
# Archives - Personal archives
04_Archives/**/*.md
!04_Archives/**/.gitkeep
# Legacy Brain structure
03_Resources/Brain/
.claude/settings.json
2bd.code-workspace
# Auto Claude data directory
.auto-claude/
# Auto Claude generated files
.auto-claude-security.json
.auto-claude-status
.claude_settings.json
.security-key
logs/security/