-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitattributes
More file actions
30 lines (27 loc) · 1.28 KB
/
Copy path.gitattributes
File metadata and controls
30 lines (27 loc) · 1.28 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
# Public-release export control for DCENT_Toolbox.
#
# `export-ignore` tells `git archive` to OMIT these paths from a generated
# archive. The public GitHub release is produced by archiving this subtree, so
# everything marked here stays in the private monorepo (developers keep it) but
# never ships in the public tarball. This is non-destructive: nothing is removed
# from version control.
#
# Keep this list in sync with the "shipping tree" leak gate in
# tests/test_public_docs_no_internal_leak.py.
# --- Agent / internal build context (never public) ---
CLAUDE.md export-ignore
AGENTS.md export-ignore
# --- Internal process / campaign / RE docs (private monorepo only) ---
docs/dev/ export-ignore
docs/reviews/ export-ignore
docs/AUTONOMOUS_IMPLEMENTATION_PLAN.md export-ignore
docs/EXECUTION_BACKLOG.md export-ignore
docs/FIRMWARE_RE_CAMPAIGN.md export-ignore
docs/HORIZON1_PLANNER_MVP.md export-ignore
docs/INDUSTRY_REFERENCE_PLAN.md export-ignore
docs/INSTALL_READINESS_REPORT.md export-ignore
docs/UNIVERSAL_INSTALLER_DESIGN.md export-ignore
# --- Sensitive / non-redistributable binary artifacts ---
# Decrypted reverse-engineering artifact derived from a proprietary vendor tool.
# Kept privately for RE reference; must never appear in a public archive.
docs/unlocker2_decrypted.tar.gz export-ignore