mirror of
https://github.com/Tria-plc/emaui.git
synced 2026-09-02 12:43:45 +00:00
42 lines
558 B
Plaintext
42 lines
558 B
Plaintext
# dependencies
|
|
node_modules/
|
|
|
|
.nx
|
|
# build output
|
|
**/dist/
|
|
.next/
|
|
.nx/
|
|
coverage/
|
|
*.tsbuildinfo
|
|
**/*.tsbuildinfo
|
|
|
|
# env
|
|
.env
|
|
.env.*
|
|
# ...but the checked-in template must survive that rule.
|
|
!.env.example
|
|
|
|
# logs
|
|
*.log
|
|
|
|
# OS/editor
|
|
.DS_Store
|
|
.idea/
|
|
.vscode/
|
|
.claude/
|
|
.npmrc
|
|
|
|
.nx
|
|
|
|
apps/backoffice/public/_um/
|
|
apps/backoffice/public/tinymce/
|
|
local-packages/iamui-extracted/
|
|
|
|
|
|
# Playwright visual-regression artifacts (baselines under apps/e2e/visual are tracked)
|
|
test-results/
|
|
dist/visual-report/
|
|
branch_structure.json
|
|
temp_auto_push.bat
|
|
temp_interactive_push.bat
|