Add infrastructure templates (Terraform, Ansible, Docker, Kubernetes)
Some checks failed
CI / test (push) Failing after 13s
Some checks failed
CI / test (push) Failing after 13s
This commit is contained in:
29
gitignore_generator/templates/languages/kubernetes.gitignore
Normal file
29
gitignore_generator/templates/languages/kubernetes.gitignore
Normal file
@@ -0,0 +1,29 @@
|
||||
# Kubernetes
|
||||
*.kubeconfig
|
||||
*.kubeconfig~
|
||||
.kube/
|
||||
*~
|
||||
# kubectl
|
||||
*.crt
|
||||
*.key
|
||||
*.pem
|
||||
|
||||
# Helm
|
||||
*.tgz
|
||||
charts/.gitignore
|
||||
|
||||
# IDE
|
||||
.vscode/
|
||||
.idea/
|
||||
*.swp
|
||||
*.swo
|
||||
*~
|
||||
|
||||
# OS
|
||||
.DS_Store
|
||||
.DS_Store?
|
||||
._*
|
||||
.Spotlight-V100
|
||||
.Trashes
|
||||
ehthumbs.db
|
||||
Thumbs.db
|
||||
Reference in New Issue
Block a user