# Dependency directories
node_modules/
bower_components/

# Optional npm cache directory
.npm

# Optional eslint cache
.eslintcache

# Optional REPL history
.node_repl_history

# Output of 'npm pack'
*.tgz

# Yarn Integrity file
.yarn-integrity

# dotenv environment variables file
.env
.env.local

# Parcel-bundler cache (https://parceljs.org/)
.cache
.parcel-cache

# Local npm debugging logs
npm-debug.log*
yarn-debug.log*
yarn-error.log*

# Compiled binary addons (https://nodejs.org/api/addons.html)
build/Release

# Output directory for bundled Electron application
/dist
/release
/out
/*.asar
/*.asar.unpacked

# Electron Builder output
/.cache
/.electron-builder
builder-effective-config.yaml
*.AppImage
*.dmg
*.exe
*.deb
*.rpm
*.snap
*.msi

# System Files
.DS_Store
Thumbs.db
Desktop.ini

# Coverage directory used by tools like istanbul
coverage/

# production
/build

# misc
.env.development.local
.env.test.local
.env.production.local

# log
*.log

# Editor directories and files
.idea
*.suo
*.ntvs*
*.njsproj
*.sln
.vs/
.vscode/
*.swp

# Windows certificate files
*.pfx
