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