From e5993258a500beef8b929df6ef8fbb60c8bb3026 Mon Sep 17 00:00:00 2001 From: Pranesh Date: Fri, 21 Feb 2025 23:25:08 +0530 Subject: [PATCH] Add .gitconfig to gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 0e75fe5..2d5ce3d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ node_modules dist coverage +.gitconfig \ No newline at end of file