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

26 lines
273 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
2021-06-28 08:58:15 -05:00
# logs
logs
*.log
2021-06-06 05:30:37 -05:00
npm-debug.log*
yarn-debug.log*
yarn-error.log*
2021-06-28 08:58:15 -05:00
# misc
cache
.DS_Store
*.env