# Logs
logs
*.log
npm-debug.log*

.cspellcache
.eslintcache

# Runtime data
pids
*.pid
*.seed

# Directory for instrumented libs generated by jscoverage/JSCover
lib-cov

# Coverage directory used by tools like istanbul
coverage

*.cpuprofile

*.tsbuildinfo

# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
.grunt

# node-waf configuration
.lock-wscript

# Compiled binary addons (http://nodejs.org/api/addons.html)
build/Release
*.zip
*.vsix
*.tgz

# Dependency directory
node_modules

# Optional npm cache directory
.npm

# Optional REPL history
.node_repl_history

.vscode-test

/temp
/build
/dist
packages/*/dist/
packages/*/out/
packages/*/temp/
tools/*/dist/
tools/*/temp/
website/build

!**/server/.vscode
!**/client/.vscode

# cspell:ignore pids jscoverage wscript

# mac temp file
.DS_Store

# Do not add accidental yarn.lock or pnpm-lock.yaml
yarn.lock
pnpm-lock.yaml
