From 6a8b38144df41955b09a599635128f1c5a0cfdc2 Mon Sep 17 00:00:00 2001 From: Valeri Karpov Date: Tue, 7 Jan 2020 21:40:01 -0500 Subject: [PATCH] chore: add .config.js to gitignore and npmignore --- .gitignore | 2 ++ .npmignore | 2 ++ 2 files changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index d9ae398e527..28577b8fb07 100644 --- a/.gitignore +++ b/.gitignore @@ -36,3 +36,5 @@ tools/31* docs/*.html test/files/main.js + +.config.js \ No newline at end of file diff --git a/.npmignore b/.npmignore index da4b657952c..c69c61dc1b7 100644 --- a/.npmignore +++ b/.npmignore @@ -19,3 +19,5 @@ tools/31* data/ test/files + +.config.js \ No newline at end of file