/build
/cert.pem
/dist
/key.pem
/lib
node_modules
/.npmrc
# ThreadNet-Fork: unsere .npmrc IST versioniert. Sie bindet nur den Scope @sorb an
# die Registry auf rohana und enthaelt kein Geheimnis (Lesezugriff ist anonym).
# Ohne diese Ausnahme bliebe die Datei lokal, und CI wie frischer Klon loesten
# @sorb weiter gegen npmjs auf - siehe management#0055.
!/.npmrc
/*.log
package-lock.json
.DS_Store
**/.idea
/webpack-stats.json
/.tmp
.vscode
.vscode/
.env
.env.*
coverage
/index.html
# version file and tarball created by `npm pack` / `yarn pack`
/git-revision.txt
jest-sonar.xml

*storybook.log
storybook-static

/packages/shared-components/node_modules
/packages/shared-components/dist
/packages/shared-components/src/i18nKeys.d.ts
/packages/shared-components/.vitest-attachments

# TSC incremental compilation information
*.tsbuildinfo

/.link-config

.nx/cache
.nx/workspace-data

.pnpm-store

# vitepress
/docs/.vitepress/dist
/docs/.vitepress/cache
