From 35a2fdb2efb7dbef5f9236d445684fd5a5395389 Mon Sep 17 00:00:00 2001 From: Patrick Sun Date: Mon, 28 Dec 2020 15:05:12 +1100 Subject: [PATCH] remove dist directory from git --- .gitignore | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 951a170..0b10e71 100644 --- a/.gitignore +++ b/.gitignore @@ -46,6 +46,4 @@ testem.log Thumbs.db #dist file -src/app/dist/* -src/app/dist/main-menu-items.js -dist/ +**/dist