From 60072078d3a295c85a3f2940a8a96994df15b9b4 Mon Sep 17 00:00:00 2001 From: Nicolai Ort Date: Sat, 11 Jun 2022 18:36:25 +0200 Subject: [PATCH] Basic gitignore --- .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