| # Logs | |
| logs/ | |
| *.log | |
| npm-debug.log* | |
| yarn-debug.log* | |
| yarn-error.log* | |
| # Runtime data | |
| pids | |
| *.pid | |
| *.seed | |
| *.pid.lock | |
| # Directory for instrumented libs generated by jscoverage/JSCover | |
| lib-cov | |
| # Coverage directory used by tools like istanbul | |
| coverage | |
| *.lcov | |
| # nyc test coverage | |
| .nyc_output | |
| # Dependency directories | |
| node_modules/ | |
| # Optional npm cache directory | |
| .npm | |
| # Optional eslint cache | |
| .eslintcache | |
| # Output of 'npm pack' | |
| *.tgz | |
| # Yarn Integrity file | |
| .yarn-integrity | |
| # dotenv environment variables file | |
| .env | |
| .env.test | |
| .env.local | |
| .env.*.local | |
| # Electron build output | |
| dist/ | |
| out/ | |
| build/ | |
| # OS files | |
| .DS_Store | |
| Thumbs.db | |
| desktop.ini | |
| # IDE files | |
| .vscode/ | |
| .idea/ | |
| *.sublime-project | |
| *.sublime-workspace | |
| # Test files | |
| test-file.js | |
| test-results/ | |
| # Security sensitive files | |
| private_key.pem | |
| *.key | |
| *.pem | |
| checksums.json | |
| checksums.sig | |
| # User data | |
| *.sqlite | |
| *.db | |