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