From a1ab89c7e0c4aedeae4f069f6f61af36c958b4b1 Mon Sep 17 00:00:00 2001 From: alithecodeguy Date: Sat, 30 May 2020 23:47:11 +0430 Subject: [PATCH] add dist to gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 3c3629e..76add87 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ node_modules +dist \ No newline at end of file