From 2883fa764ee336110061f29fc7f71574b5f8dfbb Mon Sep 17 00:00:00 2001 From: DCoded <dcoded@live.com> Date: Sat, 30 Mar 2019 00:25:27 -0400 Subject: [PATCH] Updated .gitignore --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 34d97121b50..3271d260198 100644 --- a/.gitignore +++ b/.gitignore @@ -95,6 +95,7 @@ ENV/ src/config/start.tw # eslint +.eslintrc.json node_modules package-lock.json @@ -105,3 +106,4 @@ fc-pregmod TODO.txt .vscode/settings.json *.code-workspace +package.json -- GitLab