-
Notifications
You must be signed in to change notification settings - Fork 39
Expand file tree
/
Copy path.gitignore
More file actions
43 lines (37 loc) · 1.2 KB
/
Copy path.gitignore
File metadata and controls
43 lines (37 loc) · 1.2 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
node_modules/
gateway/dist/
.env
config/.vault/
config/user.json
# ── Workspace runtime data (manuscripts, memory, images, configs) — NEVER commit ──
# Deny-by-default: ignore everything under workspace/, then re-include ONLY the
# product-default files meant to ship with the open-source repo. This prevents a
# stray `git add -A` from ever sweeping in the author's private manuscripts,
# conversation logs, goals, launch plans, website configs, or generated covers.
workspace/*
!workspace/soul/
# ...but the live VOICE-PROFILE becomes the author's personal writing
# fingerprint once analyzed — ship only VOICE-PROFILE.template.md, never the
# live file.
workspace/soul/VOICE-PROFILE.md
!workspace/SKILLS.txt
!workspace/projects/
workspace/projects/*
!workspace/projects/.template/
# Generated audit/report artifacts (not for repo)
SECURITY-AUDIT-REPORT.md
*-AUDIT-REPORT.md
*.log
.DS_Store
nul
# Claude Code config (local dev only)
.claude/
# Premium skill packs (purchased separately, not bundled)
skills/premium/*/
!skills/premium/README.md
# Author OS tools (mounted at runtime)
author-os/
# Internal testing docs (not for repo)
scripts/FULL-TEST-CHECKLIST.md
ROADMAP.md
dashboard/dist/index.html.bak