2021-07-25 04:39:17 -05:00
|
|
|
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
|
|
|
|
|
|
|
|
# dependencies
|
2021-07-25 08:58:27 -05:00
|
|
|
node_modules
|
2021-07-25 04:39:17 -05:00
|
|
|
/.pnp
|
|
|
|
.pnp.js
|
2024-02-27 21:23:41 -05:00
|
|
|
.pnpm-store
|
2021-07-25 04:39:17 -05:00
|
|
|
|
|
|
|
# testing
|
2022-12-14 00:23:59 -05:00
|
|
|
/packages/**/coverage
|
2021-07-25 04:39:17 -05:00
|
|
|
|
2022-04-06 01:06:34 -05:00
|
|
|
# report
|
|
|
|
/report.json
|
2022-12-14 00:23:59 -05:00
|
|
|
/packages/**/report.json
|
2022-04-06 01:06:34 -05:00
|
|
|
|
2021-07-25 04:39:17 -05:00
|
|
|
# production
|
2022-12-14 00:23:59 -05:00
|
|
|
/packages/**/build
|
|
|
|
/packages/**/lib
|
|
|
|
/packages/**/dist
|
2021-07-25 04:39:17 -05:00
|
|
|
|
|
|
|
# logs
|
|
|
|
logs
|
2021-08-26 00:05:23 -05:00
|
|
|
*.log*
|
2021-07-25 04:39:17 -05:00
|
|
|
|
|
|
|
# misc
|
|
|
|
cache
|
|
|
|
.*cache
|
|
|
|
.DS_Store
|
|
|
|
*.env
|
2021-10-27 02:25:56 -05:00
|
|
|
.idea/
|
2021-07-30 13:12:47 -05:00
|
|
|
*.pem
|
2022-03-09 08:46:32 -05:00
|
|
|
.history
|
2022-11-02 05:24:08 -05:00
|
|
|
fly.toml
|
2023-04-06 12:13:15 -05:00
|
|
|
dump.rdb
|
2022-09-05 04:49:11 -05:00
|
|
|
|
|
|
|
# connectors
|
|
|
|
/packages/core/connectors
|
2024-03-18 23:50:07 -05:00
|
|
|
|
|
|
|
# console auto generated files
|
|
|
|
/packages/console/src/consts/jwt-customizer-type-definition.ts
|
2024-11-26 03:51:25 -05:00
|
|
|
|
|
|
|
# Temporarily ignore SAML OpenAPI spec file (will be needed later)
|
|
|
|
packages/core/src/saml-applications/routes/index.openapi.json
|