From d42cf8d1e0574d388bf95c2f7262291b3cf6ef31 Mon Sep 17 00:00:00 2001 From: Pranay Pratyush Date: Thu, 11 Nov 2021 11:10:39 +0530 Subject: [PATCH] Added .history/ to .gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index ff17cf3..33326b4 100644 --- a/.gitignore +++ b/.gitignore @@ -21,3 +21,4 @@ node_modules/ .cache lib bundleReport.html +.history/ \ No newline at end of file