-
-
Notifications
You must be signed in to change notification settings - Fork 261
Expand file tree
/
Copy path.gitignore
More file actions
69 lines (56 loc) · 2.1 KB
/
Copy path.gitignore
File metadata and controls
69 lines (56 loc) · 2.1 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
.build/
.swiftpm/
DerivedData/
build/
dist/
dist-mas/
*.xcodeproj
.DS_Store
.env
# Ignore .claude/ contents individually (not the directory itself) so the
# negation below can work: git never re-includes files under an excluded
# DIRECTORY, so the previous `.claude/` form made any negation dead.
.claude/*
# except the shared project settings: harness-enforced approval prompts
# (owner guardrail, 2026-07-14). Everything else in .claude/ stays local.
!.claude/settings.json
# App Store provisioning profile and any other local-only signing material.
secrets/
# Local scratch docs (kept uncommitted by convention)
# planning/ is tracked here; .public-exclude keeps it out of the mirror.
technical-docs/
BUILDING.md
# Release notes are staged here, then copied into the homebrew-whatcable tap
# repo and used as the GitHub release body. The tap repo is the canonical home.
release-notes/
# USB-IF spec PDFs (copyrighted, not for distribution)
reference/
screenshots-pro/
# IOKit investigation probes (compiled binaries and scratch output).
# probes/test-kit/ contains the C sources bundled in the app and is tracked.
probes/*
!probes/test-kit/
# Eleventy site tooling
node_modules/
# Local author crib sheet for the blog (gitignored by convention)
BLOG.md
# Decap CMS fallback media folder. The /admin uploader sends images to R2 via
# the custom media library, but Decap still requires media_folder set. This
# folder should never receive real files; ignore it just in case.
src/blog/uploads/
AGENTS.md
# Wrangler / Miniflare local state (geolocates the developer)
.wrangler/
# Internal architectural decision log
DECISIONS.md
# The research library and probe corpus are maintained separately and linked
# in here as `research`. The link is never tracked: a tracked symlink would land
# in `git archive` output and resolve to nothing in a clone that has no such
# checkout alongside it.
research
# Python bytecode (from research/build scripts like inspect-probe.py)
__pycache__/
*.pyc
# USB-IF per-XID response cache (build-cable-db.swift). The compiled
# cable_certs table in whatcable.db is what ships, not this cache.
.cert-cache/