0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2024-12-23 20:33:16 -05:00
logto/packages/core/.gitignore

22 lines
249 B
Text
Raw Normal View History

2021-06-06 05:30:37 -05:00
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
# dependencies
/node_modules
/.pnp
.pnp.js
# testing
/coverage
# production
/build
2021-06-23 12:09:42 -05:00
/lib
2021-06-06 05:30:37 -05:00
# misc
.DS_Store
2021-06-23 12:09:42 -05:00
*.env
2021-06-06 05:30:37 -05:00
npm-debug.log*
yarn-debug.log*
yarn-error.log*