-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitignore
More file actions
41 lines (38 loc) · 1.09 KB
/
Copy path.gitignore
File metadata and controls
41 lines (38 loc) · 1.09 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
node_modules
.worktrees/
dist
dist-electron
dist-native
# the sidecar's compiled entry — regenerated by `pnpm build:companion`,
# which package:prepare runs before electron-builder stages it
dist-companion
dist-server
*.local
.DS_Store
*.tsbuildinfo
electron/resources/speech-helper
electron/resources/OpenMausBot Speech.app
electron/resources/OpenMausBot Recorder.app
release
.omb-scratch
.wrangler/
.dev.vars
.dev.vars.*
!cloudflare/control-plane/.dev.vars.example
cloudflare/composio-broker/worker-configuration.d.ts
cloudflare/control-plane/worker-configuration.d.ts
.claude/worktrees/
.vercel/
.pi/
# Release signing material. The signing keys for the mobile stores belong to the
# maintainer and never enter this repository; these patterns are the second line
# of defence behind that rule, repo-wide rather than per-platform, because a key
# gets dropped wherever the terminal happened to be.
*.jks
*.keystore
*.p12
# per-tenant deploy settings (see deploy/.env.example)
deploy/.env
# Python build artefacts from staging the local speech CLI
scripts/local-speech/build/
scripts/local-speech/*.egg-info/