From 62278a33c309aa06bb36558e308887448a0ccd69 Mon Sep 17 00:00:00 2001 From: PAlexanderFranklin Date: Tue, 26 Dec 2023 18:34:54 -0800 Subject: [PATCH] Add wildcards to gitignore patterns --- .gitignore | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index f59f619..d27ad4c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,5 @@ node_modules -options.json -results.json -uberResults.json -lyftResults.json \ No newline at end of file +options*.json +results*.json +uberResults*.json +lyftResults*.json \ No newline at end of file