diff options
author | Andrew Harvey <andrew@alantgeo.com.au> | 2021-05-27 14:38:43 +1000 |
---|---|---|
committer | Andrew Harvey <andrew@alantgeo.com.au> | 2021-05-27 14:38:43 +1000 |
commit | b4a605492dbad1eb95db93221deefbf02e3069de (patch) | |
tree | bec39b9392f34ae001c81c23b062c3119393ce91 /.gitignore | |
parent | b0e7b9eb118cbbc019cd210b24392efa5e5908fa (diff) |
save osm suburbs in cache
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..6de1e3b --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +dist/ +data/ +debug/ |