From 22c6837abde39c5a75baeefa95908792867e42de Mon Sep 17 00:00:00 2001 From: stuebinm Date: Sun, 3 Oct 2021 03:13:05 +0200 Subject: add gtfs validator as a service This just runs the GTFS validator as a web service, since it's a horrible piece of python2 stuff which I don't want to set up every time I used it (nor except other people to do so if they need it). --- hosts/chaski/services/VaaS/.gitignore | 1 + 1 file changed, 1 insertion(+) create mode 100644 hosts/chaski/services/VaaS/.gitignore (limited to 'hosts/chaski/services/VaaS/.gitignore') diff --git a/hosts/chaski/services/VaaS/.gitignore b/hosts/chaski/services/VaaS/.gitignore new file mode 100644 index 0000000..b5e3679 --- /dev/null +++ b/hosts/chaski/services/VaaS/.gitignore @@ -0,0 +1 @@ +dist-newstyle/* -- cgit v1.2.3