From a18b73fe52827378a4d34002ea928f1581e21caa Mon Sep 17 00:00:00 2001 From: Oliver-Akins Date: Thu, 15 Jul 2021 14:18:28 -0600 Subject: [PATCH] Add all JSON files to the gitignore --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 05cb216..882eb30 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,8 @@ # User ignored files config.toml +*.json +!package-lock.json +!package.json # Node files node_modules