From e64b722a9fd725b958a15bcf99147ddf68956dd0 Mon Sep 17 00:00:00 2001 From: Sachin Chaurasiya Date: Sun, 19 Mar 2023 15:59:35 +0530 Subject: [PATCH] chore: update gitignore --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 69a671c..ecbe998 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,4 @@ node_modules -/lib \ No newline at end of file +/lib + +*.keys \ No newline at end of file