-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
121 lines (116 loc) · 2 KB
/
Copy path.gitignore
File metadata and controls
121 lines (116 loc) · 2 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
# Binaries
bin/
*.exe
*.exe~
*.dll
*.so
*.dylib
.npm-*/
# Test binaries
*.test
node_modules/
# Go workspace file
go.work
data/
# Dependency directories
vendor/
terraform/dev/.terraform/
*.fstate.*
node.db/
cmd/web/portal/app/pkg/
# Go build cache
.terraform/
**/.terraform/
.agent/
.terraform*
.cache/
.gocache/
tenants/
*.tfvars
# IDE files
*.prod.*
.vscode/
.idea/
*.swp
*.swo
*~
backups/
# OS generated files
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
data/
.claude/
# Database files
*.mdb/
*.lmdb
*.db
production.yaml
# Secrets and sensitive files
*.key
*.pem
*.crt
*.p12
*.pfx
config/secrets.yaml
.env
.env.local
# Svelte build artifacts
cmd/web/tenant-svelte/build/
cmd/web/tenant-svelte/node_modules/
cmd/web/tenant/templates/static/
tmp/air-svelte/
.env.*.local
# WireGuard configuration files
*.conf
!nginx.conf
!nginx-*.conf
wg*.conf
private.key
public.key
# Temporary files
tmp/
temp/
*.tmp
*.log
# Coverage files
coverage.out
*.cover
terraform/dev/terraform.tfstate.backup
terraform/dev/terraform.tfstate
terraform/dev/.terraform.*
dist/
.pnpm-store/
.agent/
# Terraform sensitive files
terraform/prod/terraform.tfstate
terraform/prod/terraform.tfstate.backup
terraform/prod/tfplan
terraform/prod/id_rsa
terraform/prod/id_rsa.pub
terraform/prod/id_ed25519
terraform/prod/id_ed25519.pub
terraform/prod/ssl.plan
terraform/prod/*.tfvars
!terraform/prod/terraform.tfvars.example
# Compiled binaries
dist/
# Match only top-level build artifacts (e.g. `wantastic-core`, `wantastic-core-arm64`)
# — NOT package directories like `cmd/wantastic-core/` which the leading `/`
# would have spared in the first place. Without the anchor, `wantastic-*`
# walked the tree and silently excluded the binary's own source from the
# repo, breaking CI (`stat .../cmd/wantastic-core: directory not found`).
/wantastic-*
*.tar.gz
terraform/dev/init.sql
terraform/linode/init.sql
.pnpm-store/v10/projects/e3f745d4cc164d552b79ee5167743ba6
test.br
terraform/dev/adminbot-data/*
modelgen
terraform/config.yaml
config.yaml