diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..497de2c --- /dev/null +++ b/.gitignore @@ -0,0 +1,15 @@ +# Binaries for programs and plugins +*.exe +*.exe~ +*.dll +*.so +*.dylib + +# Output of the go coverage tool, specifically when used with LiteIDE +*.out + +# kaniko base image cache files +sha256:* + +# Tar files for testing +*.tar \ No newline at end of file