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

# dependencies
/node_modules
/node_modules_linux
/.pnp
.pnp.js

# testing
/coverage

# next.js
/.next/
/out/
/public/assets/
/public/envs.js
/public/icons/sprite.svg
/public/icons/README.md
/analyze

# production
/build

# misc
.DS_Store
*.pem
.tools

# debug
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.pnpm-debug.log*

# local env files
.env*.local
/configs/envs/.env.secrets
/configs/envs/.samples

# typescript
*.tsbuildinfo

.eslintcache

# Sentry
.sentryclirc

**.decrypted~**
/test-results/
/playwright-report/
/playwright/.cache/
/playwright/.browser/
/playwright/envs.js

**.dec**