From 69bc485c3b263166e7ce4fb8b5f36a234257c19f Mon Sep 17 00:00:00 2001 From: Kognise Date: Thu, 1 Oct 2020 13:55:31 -0400 Subject: [PATCH] Add dist to gitignore (again again) --- .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