From 10939bbbb5c1ebe95e9c56d142263da0eb69ee00 Mon Sep 17 00:00:00 2001 From: "Eshan Roy (Eshanized)" <148610067+eshanized@users.noreply.github.com> Date: Tue, 14 May 2024 02:50:13 +0530 Subject: [PATCH] refactor(enc): pkg*, src* has been added to gitignore --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 4419cc0d..51ef16dd 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,3 @@ -*.zst \ No newline at end of file +*.zst +*pkg +*src