From 8886c0d9572ba2c0cc2124ecf5e80e883e5755bd Mon Sep 17 00:00:00 2001 From: Law Wai Chun Date: Mon, 27 Nov 2023 00:19:12 +0800 Subject: [PATCH] Update .gitignore --- .github/workflows/fetch-data.yml | 2 +- .gitignore | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/fetch-data.yml b/.github/workflows/fetch-data.yml index 933adb25..32679669 100644 --- a/.github/workflows/fetch-data.yml +++ b/.github/workflows/fetch-data.yml @@ -46,7 +46,7 @@ jobs: routeFareList.json routeFareList.min.json routeFareList.md5 - waypoints + waypoints/*.json commit-msg: Update resources github-token: ${{ secrets.GITHUB_TOKEN }} branch: gh-pages diff --git a/.gitignore b/.gitignore index b0448d30..9ae4e2e0 100644 --- a/.gitignore +++ b/.gitignore @@ -7,4 +7,5 @@ gtfs __pycache__ dist build -hk_bus_eta.egg-info \ No newline at end of file +hk_bus_eta.egg-info +waypoints \ No newline at end of file