mirror of
https://github.com/umami-software/umami.git
synced 2025-12-06 01:18:00 +01:00
Use new geo folder.
This commit is contained in:
parent
23d02e5aac
commit
05933ff1d2
3 changed files with 12 additions and 9 deletions
8
.gitignore
vendored
8
.gitignore
vendored
|
|
@ -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*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue