# See https://help.github.com/ignore-files/ for more about ignoring files.

# Dependencies
**/node_modules
**/npm-debug.log*
**/yarn-debug.log*
**/yarn-error.log*

# Builds
**/build
**/dist
**/docs
**/coverage
**/lib
**/public/bundle.*

# Misc
**/.DS_Store
**/.env
**/.env.local
**/.env.development.local
**/.env.test.local
**/.env.production.local
**/.eslintcache
**/storybook-static

# Editors
**/.idea
