Niko Strijbol
f53a043945
This is in preparation of adding the "ecologisch broodje van de week" to the scraper.
18 lines
371 B
Text
18 lines
371 B
Text
# For now we only want to save the historical data that is not
|
|
# recreated when running the scraper.
|
|
# This means that things like the locations and the overview per week
|
|
# are not saved, since they are recreated each time.
|
|
|
|
# Disallow everything
|
|
1.0/*
|
|
2.0/*
|
|
|
|
# Allow menus
|
|
!1.0/menu/
|
|
!2.0/menu/
|
|
|
|
# Allow sandwiches
|
|
!2.0/sandwiches/
|
|
|
|
# Disallow overview
|
|
**/overview.json
|