From 68463e7aeb74ffe1adf5772d567db0cf6974fa15 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kevin=20Mu=C3=B1oz?= Date: Sun, 31 Mar 2024 11:51:19 -0500 Subject: [PATCH] Ignore .tgz files --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 2060608..ae757c3 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ */*.tzg +*/*.tgz */*.git */*.tar.xz */*.tar.gz @@ -12,6 +13,7 @@ */.git vaultwarden/vaultwarden *.tzg +*.tgz *.git *.tar.xz *.tar.gz