This repository has been archived on 2024-05-25. You can view files and clone it, but cannot push or open issues or pull requests.
plugin-kaniko/.gitignore

17 lines
214 B
Plaintext
Raw Normal View History

2018-11-21 07:39:41 +01:00
# Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.dylib
# Output of the go coverage tool, specifically when used with LiteIDE
*.out
2018-11-25 15:59:05 +01:00
# kaniko base image cache files
sha256:*
2024-01-12 22:13:24 +01:00
# ide files
.vscode
.idea