From 8ee1fc35421be5000c533d3a949b6e9e93b09cf7 Mon Sep 17 00:00:00 2001 From: Mestima Date: Wed, 26 Aug 2020 19:21:48 +0300 Subject: [PATCH] Update .gitignore --- web/nodejs/.gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/web/nodejs/.gitignore b/web/nodejs/.gitignore index a5102af..81d5705 100644 --- a/web/nodejs/.gitignore +++ b/web/nodejs/.gitignore @@ -1,3 +1,4 @@ /node_modules -/config.json \ No newline at end of file +/dist +/config.json