From b4e66ce160e3069b114e8e0528ca312374a0be38 Mon Sep 17 00:00:00 2001 From: Dmitry Shemetov Date: Wed, 15 Sep 2021 14:42:04 -0700 Subject: [PATCH] Correctly ignore all receiving/*.csv files --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 94dfe3178..e664af2da 100644 --- a/.gitignore +++ b/.gitignore @@ -4,7 +4,7 @@ params.json # Do not commit output files -receiving/*.csv +**/receiving/*.csv # Do not commit hidden macOS files .DS_Store