# macOS
.DS_Store

# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
lerna-debug.log*

# JetBrains (WebStorm)
.idea

# Dependency directories
node_modules/

# Output of 'npm pack'
/*.tgz

# dotenv environment variables file
.env
.env.test

# Distribution
dist

# yarn zero-installs
**/.yarn/*
!**/.yarn/cache
!**/.yarn/releases

# Cache
.eslintcache
