From a313363ed76bc8d67af30d017fe0a33cf29365a8 Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Wed, 20 Oct 2021 10:55:49 +0200 Subject: [PATCH] gitignore: add Parcel files --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 965c5f2..2230596 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,5 @@ node_modules /config.json + +.parcel-cache +/dist