diff options
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -9,3 +9,6 @@ result/ .devenv .direnv .pre-commit-config.yaml + +# Exported JSON files +export*.json |
| index : vuw_course_scraper | |
| A scraper that can parse all of Victoria University of Wellington's courses, and output them in a computer-readable JSON file. | Git |
| summaryrefslogtreecommitdiff |
| -rw-r--r-- | .gitignore | 3 |
@@ -9,3 +9,6 @@ result/ .devenv .direnv .pre-commit-config.yaml + +# Exported JSON files +export*.json |