From 0ebf1ea07dd5d4271b28233339ad82508640ad7c Mon Sep 17 00:00:00 2001 From: abhijithvijayan <34790378+abhijithvijayan@users.noreply.github.com> Date: Mon, 27 Jan 2020 20:05:19 +0530 Subject: [PATCH] chore: gitignore dist & .awcache --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index e781013..57da7f3 100644 --- a/.gitignore +++ b/.gitignore @@ -101,7 +101,9 @@ public/ *.scss.map ## Build directory -extension +extension/ +dist/ +.awcache # yarn 2 # https://github.com/yarnpkg/berry/issues/454#issuecomment-530312089