From 27dcf5a0bbae56768abc08483ce6604cfad48d47 Mon Sep 17 00:00:00 2001 From: Jyri Eerola Date: Sat, 28 Dec 2019 21:01:10 +0100 Subject: [PATCH] Add dist directory to gitignore --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index b512c09..76add87 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ -node_modules \ No newline at end of file +node_modules +dist \ No newline at end of file