2020-02-05 00:14:31 +00:00
|
|
|
# It would be nice to remove this file and use .gitignore instead however we need to add package.json and __fixtures__
|
2017-10-01 05:06:06 +00:00
|
|
|
|
|
|
|
/node_modules
|
2024-08-14 10:42:23 +00:00
|
|
|
/.pnpm-store
|
2017-10-01 05:06:06 +00:00
|
|
|
/config.js
|
|
|
|
/coverage
|
|
|
|
/dist
|
|
|
|
/tmp
|
|
|
|
.DS_Store
|
|
|
|
.cache
|
|
|
|
/*.log
|
|
|
|
package.json
|
2020-02-05 00:14:31 +00:00
|
|
|
**/__fixtures__/
|
|
|
|
**/__mocks__/
|
2020-08-14 05:54:58 +00:00
|
|
|
.clinic/
|
2022-06-20 14:36:10 +00:00
|
|
|
.eslintcache
|
2020-03-24 06:17:59 +00:00
|
|
|
|
2020-04-02 04:01:31 +00:00
|
|
|
# generated code
|
2020-03-24 06:17:59 +00:00
|
|
|
**/*.generated.ts
|
2020-04-02 04:01:31 +00:00
|
|
|
/tools/dist
|
|
|
|
/patches
|
2021-12-09 20:12:49 +00:00
|
|
|
**/tmp/
|
2024-08-14 10:42:23 +00:00
|
|
|
/.venv/
|
|
|
|
|
|
|
|
pdm.lock
|
|
|
|
pnpm-lock.yaml
|
|
|
|
|
|
|
|
# Ignore the mkdocs.yml file, as Prettier moves some comments around
|
|
|
|
/tools/mkdocs/mkdocs.yml
|
|
|
|
|
|
|
|
# Ignore the list of abbreviations, as Prettier messes up the syntax
|
|
|
|
/tools/mkdocs/includes/abbreviations.md
|
|
|
|
|
|
|
|
# Ignore overrides/main.html because Prettier messes up the formatting
|
|
|
|
/tools/mkdocs/overrides/main.html
|
|
|
|
|
|
|
|
# mkdocs generated files
|
|
|
|
/tools/mkdocs/docs
|
|
|
|
/tools/mkdocs/site
|