FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
levelcode/.gitignore at develop · levelcodeai/levelcode · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
levelcodeai
/
levelcode
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
3
Code
Issues
0
Pull requests
3
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
levelcode
/
.gitignore
Copy path
More file actions
More file actions
Latest commit
History
History
History
40 lines (33 loc) · 1.31 KB
Breadcrumbs
levelcode
/
.gitignore
Copy path
File metadata and controls
40 lines (33 loc) · 1.31 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
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
/
Back
|
FazBrowse Home
|
New Git URL