generated from onedr0p/cluster-template
-
Notifications
You must be signed in to change notification settings - Fork 8
/
.gitignore
69 lines (60 loc) · 719 Bytes
/
.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
64
65
66
67
68
69
# gitignore
!.devcontainer
!.github
!.taskfiles
# Editors
.vscode/
.monokle
*.profraw
# Trash
.DS_Store
Thumbs.db
# secrets
kubeconfig
# *kubeconfig*
# *.agekey
# *.key
*.*key
*.pem
*.pgp
*.pub
.config.env
.decrypted~*
# .decrypted~*.yaml
.env
.envrc
# terraform
.terraform/
*.tfstate*
*.lock.hcl
*.ova
# main.tf # allowing because all secrets are in .envrc
govcvars.sh
modules/terraform-vsphere/
# ansible
.venv*
ansible/.facts_cache/
ansible/galaxy
ansible/tmp
# tasks
bootstrap/.latest-template.sha
# temp / working files & dirs
*.bak
*.iso
*.log
*.zip
**/*archive/
**/*wip/
.private/
.logs/
.task/
.temp*
.todo*
report/
# extras
**/*pytest*/
**/*cache*/
# retain files
!**.gitkeep
!**.gitignore
!*.sops.*