From 3ac677cf5ad1f30ed78bef9c35a8398000029b48 Mon Sep 17 00:00:00 2001 From: Carla Kirk-Cohen Date: Fri, 19 Jan 2024 10:27:18 -0500 Subject: [PATCH] gitingore: ignore any json file to accommodate different sim file names --- .gitignore | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 5f974d65..9a64cedc 100644 --- a/.gitignore +++ b/.gitignore @@ -1,8 +1,6 @@ /target node_modules -config.json -sim.json -package-lock.json +*.json activity-generator/releases/* .DS_Store -/results \ No newline at end of file +/results