mirror of
https://github.com/logto-io/logto.git
synced 2024-12-23 20:33:16 -05:00
26 lines
281 B
Text
26 lines
281 B
Text
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
|
|
|
|
# dependencies
|
|
/node_modules
|
|
/.pnp
|
|
.pnp.js
|
|
|
|
# testing
|
|
/coverage
|
|
|
|
# production
|
|
/build
|
|
/lib
|
|
|
|
# logs
|
|
logs
|
|
*.log
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
# misc
|
|
cache
|
|
.*cache
|
|
.DS_Store
|
|
*.env
|