-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
31 lines (29 loc) · 1.13 KB
/
Copy path.gitignore
File metadata and controls
31 lines (29 loc) · 1.13 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
# 내부 에이전트/개발 규칙 문서·설정은 로컬 전용(공개 레포/패키지에 올리지 않음). codaro/dartlab 동급.
CLAUDE.md
AGENTS.md
.claude/
node_modules/
npm-debug.log*
*.tgz
.DS_Store
Thumbs.db
.cache/
.vscode/
.idea/
scratch/
*.local
# 대형 엔진 wasm 바이너리는 레포 자산 0 유지(소비자가 wasmURL로 제공, 재현 레시피는 README).
# src의 vendored shim(browser_wasi_shim)은 라이선스 고지(LICENSE.browserWasiShim) 후 추적한다.
# enginePort probe의 자산만 미추적(실험 레인).
tests/attempts/enginePort/*.wasm
tests/attempts/enginePort/*.zip
tests/attempts/enginePort/browserWasiShim.js
tests/browser/*.wasm
# Web Machine x86/Linux test 자산(assetCatalog과 SBOM 검증 후 로컬 준비).
tests/webMachine/fixtures/v86/assets/
# Web Computer 제품 실행 자산. catalog와 준비 스크립트만 추적한다.
apps/webComputer/assets/
# wasiPackages probe의 순수 파이썬 wheel(재현: pip download, README 레시피). 레포 자산 0.
tests/attempts/wasiPackages/*.whl
# 자가 호스팅 엔진 배포판(scripts/fetchEngine.mjs가 준비, 약 509MB). 레포 자산 0.
vendor/