# Fuzzer reports **/crash-* **/oom-* **/timeout-* # Editors .idea .vscode # Build dir dist # Logs logs *.log npm-debug.log* # Diagnostic reports (https://nodejs.org/api/report.html) report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json # Runtime data pids *.pid *.seed *.pid.lock # Coverage directory used by tools like istanbul coverage *.lcov # nyc test coverage .nyc_output # Compiled binary addons (https://nodejs.org/api/addons.html) build cmake-build-* # Dependency directories node_modules/ # TypeScript cache *.tsbuildinfo # Optional npm cache directory .npm # Optional eslint cache .eslintcache # Optional REPL history .node_repl_history # Output of 'npm pack' *.tgz