-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
40 lines (33 loc) · 1.31 KB
/
Copy path.gitignore
File metadata and controls
40 lines (33 loc) · 1.31 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
# The upstream Code-OSS checkout is produced by scripts/bootstrap.sh — never commit it.
/vscode/
/.vscode-pinned-tag
# Build outputs (siblings of vscode/ created by gulp)
/VSCode-darwin-*/
/VSCode-linux-*/
/VSCode-win32-*/
# Distributable disk images (produced by scripts/make-dmg.sh)
/*.dmg
# Agent Sketch runtime state — per-workspace (autosaved session, sketches, exported runs); not source
/.atompp/
# Unsigned app artifacts pulled from the release CI and signed locally (see docs/RELEASING.md §7)
/UNSIGNED-*.app.zip
# Scratch: a working-tree diff dropped here to exercise the review-swarm patch loader; tooling lockfile
/diff.patch
/skills-lock.json
# Internal build plan + private Atom++ Cloud design docs — roadmap, monetization, pricing, competitive
# positioning, and private-infra architecture. Kept OUT of the public repo and scrubbed from history
# via git filter-repo (see docs/PRE-PUBLIC-CHECKLIST.md §1). Working copies stay on disk, untracked,
# for internal use. NOTE: gitignore only stops FUTURE tracking — the history scrub is what removes
# these from past commits.
/PLAN.md
/docs/atompp-cloud-PRD.md
/docs/atompp-cloud-PRD.pdf
/docs/atompp-agent-runs-persistence.md
/docs/atompp-sync-design.md
/docs/atompp-update-flow.md
/docs/atompp-update-flow.pdf
# Node / OS noise
node_modules/
.DS_Store
*.log
out/