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
|
2024-02-28 10:23:41 +08:00
|
|
|
.pnpm-store
|
2021-07-25 17:39:17 +08:00
|
|
|
|
|
|
|
# testing
|
2022-12-14 13:23:59 +08:00
|
|
|
/packages/**/coverage
|
2021-07-25 17:39:17 +08:00
|
|
|
|
2022-04-06 14:06:34 +08:00
|
|
|
# report
|
|
|
|
/report.json
|
2022-12-14 13:23:59 +08:00
|
|
|
/packages/**/report.json
|
2022-04-06 14:06:34 +08:00
|
|
|
|
2021-07-25 17:39:17 +08:00
|
|
|
# production
|
2022-12-14 13:23:59 +08:00
|
|
|
/packages/**/build
|
|
|
|
/packages/**/lib
|
|
|
|
/packages/**/dist
|
2021-07-25 17:39:17 +08:00
|
|
|
|
|
|
|
# logs
|
|
|
|
logs
|
2021-08-26 13:05:23 +08:00
|
|
|
*.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
|
2022-11-02 18:24:08 +08:00
|
|
|
fly.toml
|
2023-04-07 01:13:15 +08:00
|
|
|
dump.rdb
|
2022-09-05 17:49:11 +08:00
|
|
|
|
|
|
|
# connectors
|
|
|
|
/packages/core/connectors
|
2024-03-19 12:50:07 +08:00
|
|
|
|
|
|
|
# console auto generated files
|
|
|
|
/packages/console/src/consts/jwt-customizer-type-definition.ts
|
2024-11-26 16:51:25 +08:00
|
|
|
|
|
|
|
# Temporarily ignore SAML OpenAPI spec file (will be needed later)
|
|
|
|
packages/core/src/saml-applications/routes/index.openapi.json
|