From 25dc9834aa98416967b788f4c7c96d6dd644926f Mon Sep 17 00:00:00 2001 From: abhijithvijayan <34790378+abhijithvijayan@users.noreply.github.com> Date: Fri, 25 Oct 2019 12:36:13 +0530 Subject: [PATCH] add build directory to gitignore --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index d87cf7d..6412214 100644 --- a/.gitignore +++ b/.gitignore @@ -101,4 +101,5 @@ public/ *.sass.map *.scss.map -# End of https://www.gitignore.io/api/node,sass \ No newline at end of file +## Build directory +extension \ No newline at end of file