From d890407ee57a91b7caf1ea087fc3445a2b749a33 Mon Sep 17 00:00:00 2001 From: Abhiraj Roy <157954129+iconized@users.noreply.github.com> Date: Mon, 3 Jun 2024 01:23:13 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9Bfix(ignore):=20remove=20non=20neede?= =?UTF-8?q?d=20exts?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Abhiraj Roy <157954129+iconized@users.noreply.github.com> --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 51ef16dd..d2bd27ad 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,6 @@ +# Removing non essentails to git ignore + *.zst +*.sig *pkg -*src +*src \ No newline at end of file