From 658522ed309288a6ef9501c70c318b96b4f3aff8 Mon Sep 17 00:00:00 2001 From: devintegral6 Date: Thu, 14 Nov 2019 11:06:07 +0700 Subject: [PATCH] added dist and build to gitignore --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 811052cd..0e5d7107 100644 --- a/.gitignore +++ b/.gitignore @@ -24,3 +24,6 @@ npm-debug.log* yarn-debug.log* yarn-error.log* + +/dist/* +/build/*