-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path.gitignore
More file actions
53 lines (44 loc) · 1.48 KB
/
Copy path.gitignore
File metadata and controls
53 lines (44 loc) · 1.48 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
# ── Security-critical — never commit ──────────────────────────────────────────
# Operator secrets, tokens, private keys
*.env
.env.*
!.env.example
*.pem
*.key
*.p12
*.pfx
# ── OctoC2 runtime data ───────────────────────────────────────────────────────
# Beacon registry, proxy configs, operator state — generated at runtime
data/
# E2E test output logs (may contain partial token previews)
e2e-*.log
*.log
# ── Build artefacts ───────────────────────────────────────────────────────────
dist/
node_modules/
# Generated proto TypeScript bindings (regenerate: bun run proto:gen)
server/src/proto/
implant/src/proto/
# ── Tooling ───────────────────────────────────────────────────────────────────
# Bun
bun.lockb
.act/
# Vite / bundler cache
.cache/
.parcel-cache/
vite.config.js.timestamp-*
vite.config.ts.timestamp-*
# TypeScript incremental build info
*.tsbuildinfo
# Test coverage
coverage/
*.lcov
.nyc_output/
# Editor / OS / Claude Code
.vscode-test/
.superpowers/
docs/superpowers/
.claude/
*.Zone.Identifier
.DS_Store
Thumbs.db