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

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

# Production
build

# Dependency directories
node_modules/

# Optional npm cache directory
.npm

# Optional eslint cache
.eslintcache

# Optional REPL history
.node_repl_history

# Output of 'npm pack'
*.tgz

# dotenv environment variable files
.env*

# Mac files
.DS_Store

# Yarn
yarn.lock
yarn-error.log
.pnp/
.pnp.js
# Yarn Integrity file
.yarn-integrity

# idea
.idea

# VSCode
.history
