-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
63 lines (51 loc) · 2.72 KB
/
.gitignore
File metadata and controls
63 lines (51 loc) · 2.72 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
# ── Rust ──────────────────────────────────────────────────────────────────────
/target
Cargo.lock.bak
# ── Go ────────────────────────────────────────────────────────────────────────
# Compiled binaries — Go outputs a binary named after the module/dir by default
cli/cli
cli/flux
web/web
cli/tmp/
# Wasm artifacts
*.wasm
# air hot-reload temp dir
web/tmp/
# ── Proto / buf ───────────────────────────────────────────────────────────────
# buf.lock is intentionally committed — do not add it here
# ── Environment ───────────────────────────────────────────────────────────────
.claude
.env
.env.local
.env.*.local
# ── Secrets / credentials ─────────────────────────────────────────────────────
*.pem
*.key
*.crt
# ── Firecracker / runtime sockets ─────────────────────────────────────────────
*.sock
/run/
# ── OS / editor ───────────────────────────────────────────────────────────────
.DS_Store
.DS_Store?
Thumbs.db
.idea/
.vscode/
*.swp
*.swo
# ── Test artifacts ────────────────────────────────────────────────────────────
*.test
coverage.out
FEATURES.md
PLANS.md
AI.md
# ── GitHub Actions (not ready for CI/CD yet) ──────────────────────────────────
.github/
# ── Terraform ─────────────────────────────────────────────────────────────────
infra/terraform/.terraform/
infra/terraform/.terraform.lock.hcl
infra/terraform/terraform.tfstate
infra/terraform/terraform.tfstate.backup
infra/terraform/*.tfplan
# ── GCP service account keys (Terraform state backend) ────────────────────────
keys/