-
Notifications
You must be signed in to change notification settings - Fork 60
Expand file tree
/
Copy path.gitignore
More file actions
161 lines (139 loc) · 3.31 KB
/
.gitignore
File metadata and controls
161 lines (139 loc) · 3.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
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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
node_modules
**/node_modules/
.env
dist
storybook-static
coverage
tmp/
.tmp/
apps/app/electron/build/
apps/app/electrobun/build/
.bun
.DS_Store
**/.DS_Store
# Build artifacts
*.bun-build
**/*.bun-build
*.tsbuildinfo
apps/app/electron/tsc-out/
# Android build output (capacitor plugins, main app)
**/android/build/
# TypeScript declaration build outputs inside source dirs
packages/*/src/**/*.d.ts
!packages/app-core/src/ambient-modules.d.ts
packages/*/src/**/*.d.ts.map
src/plugins/**/*.d.ts
src/plugins/**/*.d.ts.map
# Compiled JS build outputs inside source dirs (packages/ui uses tsx source directly)
packages/ui/src/**/*.js
# Lock files (managed at repo root)
package-lock.json
bun.lockb
pnpm-lock.yaml
!deploy/cloud-agent-template/package-lock.json
# Docker overrides
docker-compose.extra.yml
# UI test artifacts
apps/ui/src/ui/__screenshots__/
apps/ui/playwright-report/
apps/ui/test-results/
# Vendored repos (clone separately if needed)
vendor/
# Local untracked files
.local/
.vscode/
.claude/settings.local.json
.claude/skills/
.git-workspace/
IDENTITY.md
USER.md
*.tgz
.eliza/
.eliza.broken.*/
.milady-repo-setup.lock
.milady/desktop-dev-console.log
.turbo/
skills/*
!skills/README.md
!skills/integration-dod-map/
skills/integration-dod-map/*
!skills/integration-dod-map/SKILL.md
apps/app/electron/.eliza
apps/app/electron/skills/
# Local workspace clones / scratch dirs
milady-workspace/
assets/
# Temporary capture files
temp_capture_*.jpg
knip_output*.txt
src/benchmark/mock-plugin.ts
biome-report.json
# Test/build log files
*.log
!docs/**/*.log
# Local audit outputs
report/
# Agent learning docs & knowledge base
knowledge/
!src/knowledge/
src/knowledge/*
!src/knowledge/history.ts
!src/knowledge/history.md
scripts/knowledge-loop.mjs
# Foundry build artifacts (keep source .sol, foundry.toml, lib/)
test/contracts/out/
test/contracts/cache/
**/__pycache__/
apps/app/test-results/
# WhatsApp session files (Baileys auth state)
/auth/
:memory:/
benchmarks/
!docs/plugins/
# Electrobun compiled native binaries (built locally, not committed)
apps/app/electrobun/src/libMacWindowEffects.dylib
# Electrobun built webview bridge preload (generated by `bun run build:preload`)
apps/app/electrobun/src/preload.js
# Electrobun build artifacts (created by `electrobun build`)
apps/app/electrobun/artifacts/
# Electron build directories
apps/app/electron/app-build/
apps/app/electron/milady-dist/
dist-electron/
# Build artifacts - installers and archives
*.dmg
*.AppImage
*.exe
*.msi
*.deb
*.rpm
apps/app/electron/*.tar.gz
# Test output directories
test-output/
# External plugin repos (not submodules)
elizaos-plugins/
e2e-screenshots/
data/
.avatar-clone-tmp
# Debug PTY captures from plugin-agent-orchestrator (PARALLAX_DEBUG_CAPTURE=1)
.parallax/
.worktrees/
# Generated raw avatar/animation assets from local setup hooks (non-source)
apps/app/public/animations/**/*.fbx
apps/app/public/animations/**/*.glb
apps/app/public/animations/*.fbx
apps/app/public/animations/*.glb
apps/app/public/vrms/**/*.vrm
apps/app/public/vrms/*.vrm
apps/app/public/vrms/imported-avatars.json
apps/app/public/vrms/backgrounds/*.png
apps/app/public/vrms/previews/*.png
apps/app/public/vrms/backgrounds/*.jpg
apps/app/public/vrms/previews/*.jpg
apps/app/public/vrms/*.jpg
apps/app/ios/App/build*/
# Ignored caches
.ruff_cache/
cache/voice/
# Dev workflow artifacts
milady-*.html