0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2025-01-13 21:30:30 -05:00
logto/.gitignore

32 lines
353 B
Text
Raw Permalink Normal View History

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
# report
/report.json
/packages/*/report.json
2021-07-25 17:39:17 +08:00
# production
2021-07-25 21:58:27 +08:00
/packages/*/build
/packages/*/lib
/packages/*/dist
2021-07-25 17:39:17 +08:00
# logs
logs
*.log*
2021-07-25 17:39:17 +08:00
# misc
cache
.*cache
.DS_Store
*.env
2021-10-27 15:25:56 +08:00
.idea/
2021-07-31 02:12:47 +08:00
*.pem
2022-03-09 21:46:32 +08:00
.history