-
Notifications
You must be signed in to change notification settings - Fork 22
Expand file tree
/
Copy path.gitignore
More file actions
executable file
·55 lines (51 loc) · 796 Bytes
/
.gitignore
File metadata and controls
executable file
·55 lines (51 loc) · 796 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
50
51
52
53
54
55
.autogit
.lh
tilt_modules
manifests/*.yaml
config/tls/*.pem
*-secret.yaml
apps/argocd/overlay/*.json
j*.pem
.history
.DS_Store
# .tfstate files
*.tfstate
*.tfstate.*
*.tfvars
# Crash log files
crash.log
debug.log
# Terraform file
override.tf
override.tf.json
*_override.tf
*_override.tf.json
.terraformrc
terraform.rc
config/tls/base/tls-secret.yam
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
!.vscode/extensions.json
*.code-workspace
.terraform.lock.hcl
terraform/*.terraform
*.out
.env
nohup.out
postgres/*
!postgres/.gitkeep
utilities/*
!utilities/.gitkeep
test/*
test
*.pem
config/tls/cert.pem
config/tls/key.pem
apps/prometheus/kube-prometheus/*
apps/kwatch/*
!apps/kwatch/.gitkeep
apps/argocd/base/secrets/*.yaml
storage/*
!storage/.gitkeep
!.vscode/settings.json