G
GitIgnore.pro
Back to Templates

Kubernetes .gitignore Template

Kubernetes project template

5K downloads
4.5/5.0
Updated 2024-01
.gitignore
22 lines

Using GitIgnore.pro fallback template because the official template was unavailable during generation.

# Rendered manifests
manifests/
rendered/

# Helm
charts/**/charts/
charts/**/tmp/
*.tgz

# Kustomize build artifacts
kustomize-build/
*.yaml.tmp

# Cluster cache
.kube/cache/
.skaffold/
.kompose/

# Sensitive files
secrets/*.yaml
*.pem
.env

How to Use This Template

  1. Copy the template content above
  2. Create a new file named .gitignore in your project root
  3. Paste the content into the file
  4. Customize the patterns for your specific project needs
  5. Commit the .gitignore file to your repository

Kubernetes & IaC ็ป„ๅˆ

็”Ÿๆˆ Kubernetes ๆจกๆฟ

ๆŠŠ clusters/ใ€charts/ใ€render ่พ“ๅ‡บไธŽ CI ็ผ“ๅญ˜็บณๅ…ฅๅฟฝ็•ฅใ€‚