From 2911ab5667b6b791f53fc352fffcfa1d9f800a00 Mon Sep 17 00:00:00 2001 From: moepoi Date: Mon, 15 Nov 2021 17:06:59 +0700 Subject: [PATCH] Update .gitignore --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 1451d13..95328a6 100644 --- a/.gitignore +++ b/.gitignore @@ -4,6 +4,9 @@ node_modules/ # Package Manager package-lock.json +# Config +config.js + # IDE Configuration .vscode/ *.code-workspace