mirror of
https://github.com/azaion/ui.git
synced 2026-04-22 22:46:34 +00:00
20 lines
199 B
Plaintext
20 lines
199 B
Plaintext
# dependencies
|
|
/node_modules
|
|
|
|
# production
|
|
/dist
|
|
|
|
# misc
|
|
.DS_Store
|
|
.env
|
|
.env.local
|
|
.env.development.local
|
|
.env.test.local
|
|
.env.production.local
|
|
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
.idea
|