mirror of
https://github.com/dec0dOS/zero-ui.git
synced 2024-11-14 20:57:37 +08:00
22 lines
219 B
Text
22 lines
219 B
Text
|
# Dependencies
|
||
|
node_modules
|
||
|
.pnp
|
||
|
.pnp.js
|
||
|
|
||
|
# Testing
|
||
|
coverage
|
||
|
|
||
|
# Production
|
||
|
build
|
||
|
|
||
|
# Misc
|
||
|
.DS_Store
|
||
|
.env.local
|
||
|
.env.development.local
|
||
|
.env.test.local
|
||
|
.env.production.local
|
||
|
|
||
|
npm-debug.log*
|
||
|
yarn-debug.log*
|
||
|
yarn-error.log*
|