diff options
| -rw-r--r-- | .gitignore | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index ea8c4bf..18fe7a6 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,6 @@ +# Rust /target + +# Nix +result +result/ |
| 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 |
| summary refs log tree commit diff |
| -rw-r--r-- | .gitignore | 5 |
diff --git a/.gitignore b/.gitignore index ea8c4bf..18fe7a6 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,6 @@ +# Rust /target + +# Nix +result +result/ |