mirror of
https://github.com/Tria-plc/emaui.git
synced 2026-08-26 19:12:50 +00:00
25 lines
190 B
Plaintext
25 lines
190 B
Plaintext
# dependencies
|
|
node_modules/
|
|
|
|
.nx
|
|
# build output
|
|
**/dist/
|
|
.next/
|
|
.nx/
|
|
coverage/
|
|
*.tsbuildinfo
|
|
**/*.tsbuildinfo
|
|
|
|
# env
|
|
.env
|
|
.env.*
|
|
|
|
# logs
|
|
*.log
|
|
|
|
# OS/editor
|
|
.DS_Store
|
|
.idea/
|
|
.vscode/
|
|
.npmrc
|