26 lines
310 B
Plaintext
26 lines
310 B
Plaintext
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
|
|
|
|
# dependencies
|
|
/node_modules
|
|
/npm-debug.log*
|
|
/yarn-error.log
|
|
/yarn.lock
|
|
/package-lock.json
|
|
|
|
# production
|
|
/app/public
|
|
/docs-dist
|
|
/logs
|
|
/run
|
|
|
|
# misc
|
|
.DS_Store
|
|
.idea
|
|
# umi
|
|
.umi
|
|
.umi-production
|
|
.umi-test
|
|
.env.local
|
|
|
|
# log
|
|
*.log |