mapillary-js/doc/.gitignore
Oscar Lorentzon 83fa9b8fef chore: add script to setup dev environment
Remove all hardcoded client tokens.
Add script to generate token JS files.
Use generated tokens in all examples and docs.
2021-05-22 17:28:39 +02:00

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