.gitignore 209 B

12345678910111213
  1. /bin
  2. /vendor
  3. cover.out
  4. # ignore ide files (debug config etc...)
  5. /.vscode
  6. /.idea
  7. # helm chart dependencies
  8. **/charts/*.tgz
  9. **/charts/**/requirements.lock
  10. deploy/charts/external-secrets/templates/crds/*.yaml