From 22bff537d72e8448e66f995e340f35063b6a4b4a Mon Sep 17 00:00:00 2001 From: Daniel Bulant Date: Sat, 21 May 2022 10:30:49 +0200 Subject: [PATCH] ignore dist --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 511e7f6..c236fa4 100644 --- a/.gitignore +++ b/.gitignore @@ -6,4 +6,5 @@ package-lock.json pnpm-lock.yaml /.routify/ -.env \ No newline at end of file +.env +dist \ No newline at end of file