From eff50097187df2316983b23d79445c62dd7c8dc0 Mon Sep 17 00:00:00 2001 From: Niggl Date: Sat, 29 Aug 2020 14:08:00 +0200 Subject: [PATCH] Now ignoring the dist directory --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index cca6a38..c0196c5 100644 --- a/.gitignore +++ b/.gitignore @@ -6,4 +6,5 @@ serve compile publish *.lock -*-min.html \ No newline at end of file +*-min.html +/dist/* \ No newline at end of file