0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2024-12-16 20:26:19 -05:00
logto/.gitignore
Charles Zhao ea91fbaa51
refactor(console): sdk integration guide with mdx
show response error toast
2022-04-28 20:59:08 +08:00

34 lines
412 B
Text

# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
# dependencies
node_modules
/.pnp
.pnp.js
# testing
/packages/*/coverage
# report
/report.json
/packages/*/report.json
# production
/packages/*/build
/packages/*/lib
/packages/*/dist
# docs copied to admin console
/packages/console/**/*.mdx
# logs
logs
*.log*
# misc
cache
.*cache
.DS_Store
*.env
.idea/
*.pem
.history