mirror of
https://github.com/Tria-plc/emaui.git
synced 2026-08-26 13:02:50 +00:00
26 lines
248 B
Plaintext
26 lines
248 B
Plaintext
# dependencies
|
|
node_modules/
|
|
|
|
# build output
|
|
**/dist/
|
|
.next/
|
|
coverage/
|
|
*.tsbuildinfo
|
|
**/*.tsbuildinfo
|
|
|
|
# env
|
|
.env
|
|
.env.*
|
|
|
|
# logs
|
|
*.log
|
|
|
|
# OS/editor
|
|
.DS_Store
|
|
.idea/
|
|
.vscode/
|
|
.npmrc
|
|
branch_structure.json
|
|
temp_auto_push.bat
|
|
temp_interactive_push.bat
|