# Dependency directory
node_modules

# Caches
.cache

# Directories generated by Next.js
.next

# Log files
*.log

# Makefile
local.mk

# Distribution files
packages/*/dist

# Internal builds
packages/*/build

# NPM rc file created by CI
.npmrc

# Local Netlify folder
.netlify

# Playwright
/test-results/
/playwright-report/
/playwright/.cache/

# Narwall Nx
# Use `nc-cloud.env ` to store the `NX_CLOUD_ACCESS_TOKEN` for connection to the Nx Cloud.
# This prevents accidental commit of this token to the repository.
nx-cloud.env
.nx

# Demo app
/static/assets/icons

# Yarn Modern
# @see: https://yarnpkg.com/getting-started/qa#which-files-should-be-gitignored
.pnp.*
.yarn/*
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/sdks
!.yarn/versions
