From 9fcc8b87b5d86a9db357d2163ed22095bd6abf7a Mon Sep 17 00:00:00 2001 From: Matthias Nott Date: Sat, 23 Dec 2023 15:02:56 +0100 Subject: [PATCH] Exclude build artefacts. yatm--.tar.gz got created while building, excluding it. --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index c8da8d7..73a6a3a 100644 --- a/.gitignore +++ b/.gitignore @@ -20,3 +20,6 @@ frontend/pnpm-lock.yaml tests/ tapes.db upload_test.sh + +# Additional exclusions when building from source +yatm--.tar.gz