From 6317a893d76c9ff4a912d0ce6c4bd2269ad9eaf5 Mon Sep 17 00:00:00 2001 From: Kognise Date: Thu, 1 Oct 2020 13:50:09 -0400 Subject: [PATCH] Add dist back to gitignore --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 4e2df8d..c903a80 100644 --- a/.gitignore +++ b/.gitignore @@ -87,4 +87,5 @@ typings/ .idea/ # Output of yarn build -out/ \ No newline at end of file +out/ +dist/ \ No newline at end of file