From c0a9d6dbf24c91b34742da7f901fd30ad8c43dc5 Mon Sep 17 00:00:00 2001 From: Mohan barman Date: Sun, 1 Aug 2021 17:56:11 +0530 Subject: [PATCH] Adding .parcel-cache/ in .gitignore Parcel is storing caches in .parcel-cache/ --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index dba2feda..cd951b03 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ node_modules/ .DS_Store .cache/ public/ +.parcel-cache/