mirror of
https://github.com/mapillary/mapillary-js.git
synced 2026-01-25 14:07:28 +00:00
Remove all hardcoded client tokens. Add script to generate token JS files. Use generated tokens in all examples and docs.
27 lines
281 B
Plaintext
27 lines
281 B
Plaintext
# Dependencies
|
|
/node_modules
|
|
|
|
# Production
|
|
/build
|
|
|
|
# Generated files
|
|
.access-token
|
|
.cache-loader
|
|
.docusaurus
|
|
/api
|
|
/mods
|
|
|
|
# Misc
|
|
.DS_Store
|
|
.env.local
|
|
.env.development.local
|
|
.env.test.local
|
|
.env.production.local
|
|
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
# ESLint
|
|
.eslintcache
|