2021-07-25 17:39:17 +08:00
|
|
|
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
|
|
|
|
|
|
|
|
# dependencies
|
2021-07-25 21:58:27 +08:00
|
|
|
node_modules
|
2021-07-25 17:39:17 +08:00
|
|
|
/.pnp
|
|
|
|
.pnp.js
|
|
|
|
|
|
|
|
# testing
|
2021-07-25 21:58:27 +08:00
|
|
|
/packages/*/coverage
|
2021-07-25 17:39:17 +08:00
|
|
|
|
|
|
|
# production
|
2021-07-25 21:58:27 +08:00
|
|
|
/packages/*/build
|
|
|
|
/packages/*/lib
|
2021-07-25 17:39:17 +08:00
|
|
|
|
|
|
|
# logs
|
|
|
|
logs
|
|
|
|
*.log
|
|
|
|
npm-debug.log*
|
|
|
|
yarn-debug.log*
|
|
|
|
yarn-error.log*
|
2021-08-10 12:44:58 +08:00
|
|
|
.pnpm-debug.log*
|
2021-07-25 17:39:17 +08:00
|
|
|
|
|
|
|
# misc
|
|
|
|
cache
|
|
|
|
.*cache
|
|
|
|
.DS_Store
|
|
|
|
*.env
|
2021-07-31 02:12:47 +08:00
|
|
|
*.pem
|