# See https://help.github.com/ignore-files/ for more about ignoring files.

# Specific files

.rsyncpath
tvmtool.conf

# IDE

.idea
.DS_Store

# Local files and local tools artifacts

tsconfig.tsbuildinfo
.eslintcache
*.log
**/*.local
**/*.local-ignored.*
**/coverage
**/_generated/**/*
**/.turbo

# Build paths

apps/**/dist
apps/**/.next
libs/**/dist
shared/**/dist
tools/**/dist

# ========== Yarn ==========

**/node_modules/**/*

# https://yarnpkg.com/advanced/qa#which-files-should-be-gitignored but nested for e2e directories
.yarn/*
!.yarn/releases
!.yarn/plugins
!.yarn/sdks
!.yarn/versions

# Uncommeth these lines if you're using Zero-Installs
# !.yarn/cache

# Uncommeth these lines if you're NOT using Zero-Installs
.pnp.*

# ========== Yarn ==========
