From 2f64be44a8bc8280f9bc1e393276881959ae870d Mon Sep 17 00:00:00 2001 From: Kognise Date: Thu, 1 Oct 2020 13:53:37 -0400 Subject: [PATCH] Remove dist from gitignore --- .gitignore | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index c903a80..4e2df8d 100644 --- a/.gitignore +++ b/.gitignore @@ -87,5 +87,4 @@ typings/ .idea/ # Output of yarn build -out/ -dist/ \ No newline at end of file +out/ \ No newline at end of file