.gitignore
# =========================================================
# Build
# =========================================================
.cache
.cache-loader
.codegen
.docusaurus
.mesh
.next
.nuxt
.sarif
.swc
.vercel
.vuepress/dist
dist
out
tmp
out-tsc
# =========================================================
# Diagnostic reports
# https://nodejs.org/api/report.html
# =========================================================
report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json
reports
# =========================================================
# Env variables
# =========================================================
.env.*.local
.env.local
!.env
!.env.development
!.env.production
!.env.test
# =========================================================
# IDE's and Editors
# =========================================================
/.idea
.project
.classpath
.c9/
*.launch
.settings/
*.sublime-workspace
# VSCode
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
# =========================================================
# Linting
# =========================================================
.eslintcache
# =========================================================
# Logs
# =========================================================
*.log
/libpeerconnection.log
lerna-debug.log*
logs
npm-debug.log*
testem.log
yarn-debug.log*
yarn-error.log*
# =========================================================
# Misc
# =========================================================
/.sass-cache
/connect.lock
# =========================================================
# Netlify
# =========================================================
.netlify
# =========================================================
# Node
# =========================================================
.node_repl_history
.npm
*.tgz
node_modules/
# =========================================================
# Nx
# =========================================================
migrations.json
!packages/nx-mesh/migrations.json
# =========================================================
# Runtime data
# =========================================================
*.pid
*.pid.lock
*.seed
pids
# =========================================================
# System Files
# =========================================================
.DS_Store
Thumbs.db
# =========================================================
# Testing
# =========================================================
.nyc_output
*.lcov
coverage
lib-cov
# =========================================================
# Typescript
# =========================================================
*.tsbuildinfo
typings/
# =========================================================
# Yarn
# =========================================================
/.yarn/*
# !/.yarn/cache
!/.yarn/patches
!/.yarn/plugins
!/.yarn/releases
!/.yarn/sdks
.yarn-integrity
/.pnp.*