Files
koodo-reader/.gitignore
troyeguo f79ef1eafd fix bug
Former-commit-id: 43e071dfd1082d61d87626702fcb8f2fdeb7c877
2022-01-01 20:08:34 +08:00

29 lines
349 B
Plaintext

# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
# dependencies
/node_modules
/.pnp
.pnp.js
# testing
/coverage
# production
#/build
/dist
/build
/.vscode
# misc
.DS_Store
.env.local
.env.development.local
.env.test.local
.env.production.local
.env
npm-debug.log*
yarn-debug.log*
yarn-error.log*
config.js*