Use new geo folder.

This commit is contained in:
Mike Cao 2023-03-28 19:24:36 -07:00
parent 23d02e5aac
commit 05933ff1d2
3 changed files with 12 additions and 9 deletions

8
.gitignore vendored
View file

@ -1,8 +1,8 @@
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
# dependencies
/node_modules
/.pnp
node_modules
.pnp
.pnp.js
# testing
@ -16,14 +16,14 @@
# production
/build
/public/script.js
/public/geo
/geo
# misc
.DS_Store
.idea
*.iml
*.log
/.vscode/
.vscode
# debug
npm-debug.log*