From f9cde0b11d97c0185a1c8ad9fcc4d950681215f1 Mon Sep 17 00:00:00 2001 From: SrIzan10 <66965250+SrIzan10@users.noreply.github.com> Date: Sat, 17 Jun 2023 16:54:39 +0200 Subject: [PATCH] chore: gitignore --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index c102a53..f733ddf 100644 --- a/.gitignore +++ b/.gitignore @@ -88,4 +88,7 @@ typings/ .dynamodb/ # pkg bundle output -out/ \ No newline at end of file +out/ + +# tsc out +dist/ \ No newline at end of file