From 838622574be1c300d89a46d46b041d2590d6a03e Mon Sep 17 00:00:00 2001 From: kolaente Date: Sat, 10 Oct 2020 23:28:52 +0200 Subject: [PATCH] Ignore tgz files --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 03718c0..5cc2c29 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ node_modules/ .idea/ frontend/ -*.zip dist/ +*.zip +*.tgz