From f53a043945e368a48d5f21e1e1edc9962b02cc7a Mon Sep 17 00:00:00 2001 From: Niko Strijbol Date: Thu, 19 Sep 2019 01:56:28 +0200 Subject: [PATCH] Allow sandwich data in repo This is in preparation of adding the "ecologisch broodje van de week" to the scraper. --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 048381d57..92d572712 100644 --- a/.gitignore +++ b/.gitignore @@ -11,5 +11,8 @@ !1.0/menu/ !2.0/menu/ +# Allow sandwiches +!2.0/sandwiches/ + # Disallow overview -**/overview.json \ No newline at end of file +**/overview.json