-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.gitignore
More file actions
131 lines (122 loc) · 2.15 KB
/
.gitignore
File metadata and controls
131 lines (122 loc) · 2.15 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
122
123
124
125
126
127
128
129
130
131
# Ignore everything
*
# Include specific files and patterns
!.gitignore
!.version
!*.md
!*.go
!go.sum
!go.mod
!license.txt
!Makefile
!oapi-codegen-config.yml
!.golangci.yml
!vacuum-ruleset.yaml
!arazzo-spectral.yaml
!asyncapi-spectral.yaml
!oas-spectral.yaml
!ruleset-all.yaml
!make-containers-dev*.sh
!Dockerfile*
!.dockerignore
!config-example.yml
!config-test-integration-pg.yml
!auth/migrations/*.sql
!.claude/settings.local.json
!package.json
!pnpm-lock.yaml
# Include subdirectories (but avoid overriding specific ignores)
!api/
!api/**
!auth/
!auth/**
!client-sdks/
!client-sdks/**
!cmd/
!cmd/**
!docs/
!docs/**
!internal/
!internal/**
!scripts/
!scripts/**
!shared/
!shared/**
!static/
!static/**
!wstest/
!wstest/**
!functions/
!functions/**
!test/
!test/**
!.claude/
!.claude/**
!.github/
!.github/**
!.dosu.yml
!api-schema/
!api-schema/**
!terraform/
!terraform/**
# heroku
!.godir
!app.json
!Procfile
# Explicitly ignore unwanted files and directories
*.log
**/logs/
.DS_Store
config-development.yml
config-production.yml
config-test.yml
config-integration-test.yml
coverage/
coverage_html/
security-reports/
.venv/
**/bin/**
migrate
/tmiserver
.config.*.mk
test.mk
.vscode/
api/api.test
wstest/wstest
wstest/wstest
test/postman/test-results/
test/cats/
scripts/configure-heroku-env.sh
.dedupe/
.claude/skills/monitor_500s/investigated.json
.claude/worktrees/
**/__pycache__/
**/*.pyc
# OpenAPI backup files
*.json.backup
# Test outputs and deprecated resources (consolidated under test/)
test/outputs/
test/deprecated/
test/tools/wstest/wstest
# Built function binaries
functions/certmgr/certmgr
# Oracle/OCI (contains sensitive credentials)
wallet/
Wallet_*.zip
config-development-oci.yml
config-test-integration-oci.yml
scripts/oci-env.sh
# Terraform (sensitive state and variable files)
**/*.tfstate
**/*.tfstate.*
**/terraform.tfvars
**/tfplan*
**/.terraform/
# Lock files in modules (generated by terraform init during validation)
!terraform/modules/**/.terraform.lock.hcl
# OCI public deployment secrets
scripts/setup-oci-public.env
docs/superpowers/**
test/integration/workflows.test
test/configs/google-drive-test-docs.json
test/configs/google-drive-credentials.json