# Logs

logs
_.log
_.cpuprofile
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
.coverage
lcov.info

# nyc test coverage

.nyc_output

# Rollup

.rollup.cache

# Ignore compiled files.

dist
out
*.d.cts

# And temp files

temp
.temp
tmp
*.log

# Dependency directories

node_modules/

# TypeScript v1 declaration files

typings/

# 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

# next.js build output

.next

# Do not check sensitive files.

.coveralls.yml

# typescript incremental builds cache

.tsbuildinfo

# cspell cache
.cspellcache

# Node Performance

*.cpuprofile
*.heapprofile

# cspell:ignore pids jscoverage wscript jspm dotenv eslintcache cspellcache
