.gitignore 440 B

12345678910111213141516171819202122232425262728
  1. # Binaries for programs and plugins
  2. *.exe
  3. *.exe~
  4. *.dll
  5. *.so
  6. *.dylib
  7. bin
  8. # Test binary, build with `go test -c`
  9. *.test
  10. # Output of the go coverage tool, specifically when used with LiteIDE
  11. *.out
  12. # Kubernetes Generated files - skip generated files, except for vendored files
  13. !vendor/**/zz_generated.*
  14. # editor and IDE paraphernalia
  15. .idea
  16. *.swp
  17. *.swo
  18. *~
  19. # Code test output
  20. cover.out
  21. deploy/charts/external-secrets/templates/crds/*.yaml