-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
49 lines (41 loc) · 707 Bytes
/
Copy path.gitignore
File metadata and controls
49 lines (41 loc) · 707 Bytes
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
# Go
*.test
*.out
vendor/
/roadmap
# Compiled binaries at repo root
/fetcher
/spawner
/worker
# Stray local build output (79 MB binary) — never commit
services/submission-api/submission-api
# Rust
target/
# Env / secrets
.env
.env.*
!.env.example
*.pem
*.key
# IDE
.idea/
.vscode/
*.swp
# OS
.DS_Store
# Real secret values (bootstrap) — never commit
bootstrap/secrets-live/
/auth-api
services/auth-api/auth-api
# junk
*.tfstate
*.tfstate.backup
wget-log
infra/terraform/.terraform/
deploy-local/images.tar
/graphify-out
# terraform-v2 local backend config + state artifacts
infra/terraform-v2/backend.hcl
infra/terraform-v2/.terraform/
infra/terraform-v2/*.tfstate*
infra/terraform-v2/*.tfplan