forked from software-mansion/argent
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
68 lines (57 loc) · 1.81 KB
/
Copy path.gitignore
File metadata and controls
68 lines (57 loc) · 1.81 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
node_modules/
.yarn
# Build outputs
dist/
build/
packages/*/dist/
packages/*/build/
packages/*/node_modules/
# TypeScript build info
*.tsbuildinfo
**/*.tsbuildinfo
# Source maps
*.js.map
*.d.ts.map
# Packed archives
*.tgz
# OS
.DS_Store
# Misc
*.log
1export
# Downloaded signed binaries (fetched via scripts/download-*.sh). Layout is
# per-platform under bin/<process.platform>/ since commit 80e724a; ignore
# the whole bin/ tree rather than enumerating every host subdir.
packages/native-devtools-ios/bin/
packages/native-devtools-ios/dylibs/
# Third-party Perfetto trace-processor WASM artifacts (fetched + verified via
# scripts/download-trace-processor.sh). Ignore the generated files, not the dir,
# so a future tracked README/.gitkeep isn't masked.
packages/native-devtools-android/assets/trace-processor/trace_processor.wasm
packages/native-devtools-android/assets/trace-processor/engine_bundle.node.js
packages/native-devtools-android/assets/trace-processor/engine.mjs
packages/native-devtools-android/assets/trace-processor/LICENSE
packages/native-devtools-android/assets/trace-processor/SHA256SUMS
# Argent package generated assets (copied/bundled at build time)
packages/argent/bin/
packages/argent/dylibs/
packages/argent/skills/
packages/argent/agents/
packages/argent/rules/
packages/argent/assets/
packages/argent/README.md
# We do intentionally track internal .claude skills. Do not remove them solely based on .gitignore
.claude/
.cursor/
.vscode/
.mcp.json
# Agent-harness config + skills lock generated by `argent init` when run inside
# the repo. Same class of artifact as the .claude/.cursor/.mcp.json entries
# above, just the newer harnesses. skills-lock.json in particular bakes in
# machine-specific absolute skill paths, so it must never be committed.
.agents/
.codex/
.gemini/
.opencode/
opencode.json
skills-lock.json