-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy path.gitignore
63 lines (51 loc) · 1.23 KB
/
.gitignore
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
# terraform related files/folders
terraform.tfvars
terraform.tfstate.backup*
.terraform/
.terraform.lock.hcl
# context specific directories
.gcp/
# secrets
/keyrings/live/pubring.gpg~
/keyrings/live/pubring.kbx~
/keyrings/live/secring.gpg
/envs/oss/infra/11-secrets.yml
/envs/oss/ca.crt
/envs/oss/client.crt
/envs/oss/client.key
/envs/oss/infra/22-alertmanager-config.yml
/fuzz-*/
/lint-project.sh
misspell*
staticcheck*
/bin/
cpu.out
mem.out
/*.test
coverage.txt
/kubeval
/kubeval-*.tar.gz
/gitleaks.tar.gz
/sqlvet.tar.gz
/images/infra-idx/nginx/cache/
/images/infra-idx/nginx/run/
/images/certspotter/data/
/tests/mysql-backups/*.sql
!/tests/mysql-backups/customers-check.sql
!/tests/mysql-backups/paygate-check.sql
!/tests/mysql-backups/watchman-check.sql
/envs/dev/terraform.tfstate*
/envs/oss/apps/13-ofac-secrets.yml
/envs/oss/apps/16-customers-secrets.yml
/envs/oss/apps/12-paygate-secrets.yml
/envs/oss/apps/13-watchman-secrets.yml
/envs/oss/sales/10-corteza-secrets.yml
/envs/oss/sales/10-mysql-secrets.yml
/envs/oss/sales/20-stargazers-secrets.yml
/envs/oss/apps/12-paygate-mysql-secrets.yml
/envs/oss/apps/slack-secrets.yml
/envs/oss/sales/30-slackin-secrets.yml
/envs/oss/apps/database-backups.yml
/envs/oss/terraform.tfvars
.idea
.DS_Store