Let's try to move all configurations values to 1 directory JSON files and everything else should be generated files.
/config
gtfs
feed.json
agency.json
route.json
direction.json
trip.json
stop.json
- ...
gtfs-rt
gbfs
news
Could also automate XML -> JSON migration when possible?
Once file migrated, old file should be git rm.
Let's try to move all configurations values to 1 directory JSON files and everything else should be generated files.
/configgtfsfeed.jsonagency.jsonroute.jsondirection.jsontrip.jsonstop.jsongtfs-rtfeeds.jsongbfsnewsyoutube.jsonCould also automate XML -> JSON migration when possible?
Once file migrated, old file should be
git rm.