mirror of
https://github.com/logto-io/logto.git
synced 2024-12-16 20:26:19 -05:00
08acdf73e3
* refactor(console): refactor the code editor type definition refactor the code editor type definition * refactor(console): extract type definition gen process extract the type definition gen step to the build time. As typescript is not available at run time. * fix(console): add generate to console build script add generate to console build script * fix(console): add prettier format add prettier format
40 lines
523 B
Text
40 lines
523 B
Text
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
|
|
|
|
# dependencies
|
|
node_modules
|
|
/.pnp
|
|
.pnp.js
|
|
.pnpm-store
|
|
|
|
# testing
|
|
/packages/**/coverage
|
|
|
|
# report
|
|
/report.json
|
|
/packages/**/report.json
|
|
|
|
# production
|
|
/packages/**/build
|
|
/packages/**/lib
|
|
/packages/**/dist
|
|
|
|
# logs
|
|
logs
|
|
*.log*
|
|
|
|
# misc
|
|
cache
|
|
.*cache
|
|
.DS_Store
|
|
*.env
|
|
.idea/
|
|
*.pem
|
|
.history
|
|
fly.toml
|
|
dump.rdb
|
|
|
|
# connectors
|
|
/packages/core/connectors
|
|
|
|
# console auto generated files
|
|
/packages/console/src/consts/jwt-customizer-type-definition.ts
|