From 9b0702e02f4280184ad37f54fdd7e4c28430b03c Mon Sep 17 00:00:00 2001 From: Nicolai Ort Date: Tue, 9 May 2023 22:33:48 +0200 Subject: [PATCH] gitignore for testing stuff --- .gitignore | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .gitignore 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