# https://github.com/github/gitignore/blob/master/Node.gitignore
# Dependencies
node_modules
jspm_packages

# Only keep yarn.lock in the root
package-lock.json
*/**/yarn.lock

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

# Coverage directory used by tools like istanbul
coverage
*.lcov

# Others
.npm
.eslintcache
.idea
.DS_Store
.happypack
.vscode
.tmp
.cache
*.swp
*.dia~
*.temp.json
*.swc

# yalc
.yalc
yalc.lock

# Packages
packages/*/lib/
packages/*/esm/
packages/*/es2017/

# temp folder .ice
examples/*/.ice
examples/*/.swc

build
dist
.history
compiled

# website
.docusaurus
.cache-loader

*.local
.fleet/
