2020-01-23 23:46:27 +01:00
|
|
|
venv
|
|
|
|
env
|
2020-09-22 14:41:08 +02:00
|
|
|
.venv
|
2020-01-23 23:46:27 +01:00
|
|
|
*.pyc
|
2020-10-20 17:29:28 +02:00
|
|
|
__pycache__/
|
2020-01-23 23:46:27 +01:00
|
|
|
staticfiles
|
|
|
|
.env
|
|
|
|
settings.yml
|
|
|
|
.DS_Store
|
|
|
|
debug.log
|
|
|
|
*.swp
|
|
|
|
*.swo
|
2021-02-01 09:25:40 +01:00
|
|
|
node_modules/
|
2020-01-23 23:46:27 +01:00
|
|
|
*.code-workspace
|
|
|
|
node_modules
|
|
|
|
.mypy_cache
|
2023-11-27 18:03:32 +01:00
|
|
|
frontend/.cache/
|
2021-02-01 09:25:40 +01:00
|
|
|
frontend/dist/
|
2023-11-27 18:03:32 +01:00
|
|
|
# Paid font
|
|
|
|
frontend/public/Matter*.woff*
|
2021-02-01 09:25:40 +01:00
|
|
|
frontend/types/
|
2023-01-27 15:51:35 +01:00
|
|
|
frontend/__snapshots__/__diff_output__/
|
2023-11-13 15:32:10 +01:00
|
|
|
frontend/__snapshots__/__failures__/
|
2021-01-22 10:21:48 +01:00
|
|
|
*Type.ts
|
2022-12-12 10:28:06 +01:00
|
|
|
frontend/pnpm-error.log
|
2021-11-03 09:50:24 +01:00
|
|
|
frontend/tmp
|
2023-12-08 12:52:00 +01:00
|
|
|
**/*.tsbuildinfo
|
2020-03-18 15:24:48 +01:00
|
|
|
.idea
|
2020-04-08 14:52:29 +02:00
|
|
|
celerybeat-schedule
|
|
|
|
celerybeat.pid
|
2022-12-12 10:28:06 +01:00
|
|
|
pnpm-error.log
|
2020-04-27 17:39:21 +02:00
|
|
|
.yalc
|
|
|
|
yalc.lock
|
2022-06-08 13:19:59 +02:00
|
|
|
.vscode/*
|
|
|
|
!.vscode/launch.json
|
2021-02-01 09:25:40 +01:00
|
|
|
cypress/screenshots/
|
2022-05-27 14:31:17 +02:00
|
|
|
cypress/downloads/
|
|
|
|
cypress/**/*.diff.png
|
2020-09-09 01:12:27 +02:00
|
|
|
docker-compose.prod.yml
|
2023-02-07 17:02:29 +01:00
|
|
|
# pyenv local config
|
2020-11-24 23:26:28 +01:00
|
|
|
.python-version
|
|
|
|
*.isorted
|
2021-08-27 09:43:15 +02:00
|
|
|
build-storybook.log
|
2021-09-07 14:00:44 +02:00
|
|
|
storybook-static
|
2021-10-01 14:20:58 +02:00
|
|
|
ee/benchmarks/results
|
2022-02-22 16:06:04 +01:00
|
|
|
.coverage
|
|
|
|
coverage-*.xml
|
2022-04-05 11:55:11 +02:00
|
|
|
object_storage/
|
2022-06-14 17:14:44 +02:00
|
|
|
__emails__
|
2022-08-09 20:12:41 +02:00
|
|
|
share/GeoLite2-City.mmdb
|
2022-08-17 10:21:28 +02:00
|
|
|
a11y/
|
2022-12-07 11:40:56 +01:00
|
|
|
/test-results/
|
|
|
|
/playwright-report/
|
|
|
|
playwright/e2e-vrt/**/*-darwin.png
|
2023-06-30 10:59:05 +02:00
|
|
|
# ANTLR-generated temp files when "npm run grammar:build" crashes
|
|
|
|
gen/
|
|
|
|
# Local files generated for the ANTLR VS Code extension (https://github.com/mike-lischke/vscode-antlr4)
|
|
|
|
.antlr
|
2023-05-23 12:05:13 +02:00
|
|
|
upgrade/
|
2023-06-28 17:23:22 +02:00
|
|
|
hogvm/typescript/dist
|
2024-08-30 10:55:40 +02:00
|
|
|
hogvm/typescript/.parcel-cache
|
2023-11-02 15:56:44 +01:00
|
|
|
.wokeignore
|
2023-11-07 22:56:59 +01:00
|
|
|
plugin-transpiler/dist
|
2024-02-19 12:39:15 +01:00
|
|
|
*-esbuild-meta.json
|
|
|
|
*-esbuild-bundle-visualization.html
|
|
|
|
.dlt
|
2024-07-15 19:16:36 +02:00
|
|
|
*.db
|
2024-08-21 20:24:56 +02:00
|
|
|
# Ignore any log files that happen to be present
|
2024-09-25 01:06:22 +02:00
|
|
|
*.log
|
|
|
|
# pyright config (keep this until we have a standardized one)
|
2024-11-14 23:56:50 +01:00
|
|
|
pyrightconfig.json
|
|
|
|
.temporal-worker-settings
|