Skip to content

Commit 0c0ca18

Browse files
authored
Merge pull request #1250 from cmu-delphi/gitignore
Correctly ignore all receiving/*.csv files
2 parents 7937a68 + b4e66ce commit 0c0ca18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
params.json
55

66
# Do not commit output files
7-
receiving/*.csv
7+
**/receiving/*.csv
88

99
# Do not commit hidden macOS files
1010
.DS_Store

0 commit comments

Comments
 (0)