mirror of
https://github.com/PostHog/posthog.git
synced 2024-11-22 17:24:15 +01:00
d5df038f16
* output analyzable build info for the toolbar * don't use code snippet it adds half a meg * Update UI snapshots for `chromium` (2) * use esbuild visualizer instead * fix * allow treeshaking and remove circular dependency from imports toolbar uses * fix * lint the mjs files at the root of frontend folder * no need to mention lemonui at all * no ned to specify metafile * don't allow posthog-js to sneak into the toolbar * simpler date picker so fewer dependencies * maybe this * like this? * Update UI snapshots for `webkit` (2) * Update UI snapshots for `chromium` (2) * Update UI snapshots for `webkit` (2) * Update UI snapshots for `chromium` (2) * Update UI snapshots for `webkit` (2) * Update UI snapshots for `chromium` (2) * Update UI snapshots for `webkit` (2) * Update UI snapshots for `chromium` (2) * Update UI snapshots for `webkit` (2) * Update UI snapshots for `chromium` (2) * Update UI snapshots for `webkit` (2) * Update UI snapshots for `chromium` (2) * Update UI snapshots for `webkit` (2) * Update UI snapshots for `chromium` (2) * Update UI snapshots for `webkit` (2) * Update UI snapshots for `chromium` (2) * Update UI snapshots for `webkit` (2) * Update UI snapshots for `chromium` (2) * Update UI snapshots for `webkit` (2) * Update UI snapshots for `chromium` (2) * Update UI snapshots for `webkit` (2) * Update UI snapshots for `chromium` (2) * Update UI snapshots for `webkit` (2) * Update UI snapshots for `chromium` (2) * Update UI snapshots for `webkit` (2) * Update UI snapshots for `chromium` (2) * Update UI snapshots for `webkit` (2) * Update UI snapshots for `chromium` (2) * Update UI snapshots for `webkit` (2) * Update UI snapshots for `chromium` (2) * ragE * Update UI snapshots for `webkit` (2) * Update UI snapshots for `chromium` (2) * too easy to break things this way * Update UI snapshots for `webkit` (2) * Update UI snapshots for `chromium` (1) * Update UI snapshots for `chromium` (2) * Update UI snapshots for `webkit` (2) * around the houses * Reset snapshots to master * explain why there's a plugin * Update UI snapshots for `webkit` (2) * Update UI snapshots for `chromium` (1) * Update UI snapshots for `chromium` (2) * Update UI snapshots for `webkit` (2) * Update UI snapshots for `chromium` (2) * fix * fix * Update UI snapshots for `webkit` (2) * fix * Update UI snapshots for `webkit` (2) --------- Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
66 lines
1.1 KiB
Plaintext
66 lines
1.1 KiB
Plaintext
venv
|
|
env
|
|
.venv
|
|
*.pyc
|
|
__pycache__/
|
|
staticfiles
|
|
.env
|
|
settings.yml
|
|
.DS_Store
|
|
debug.log
|
|
*.swp
|
|
*.swo
|
|
node_modules/
|
|
*.code-workspace
|
|
node_modules
|
|
.mypy_cache
|
|
frontend/.cache/
|
|
frontend/dist/
|
|
# Paid font
|
|
frontend/public/Matter*.woff*
|
|
frontend/types/
|
|
frontend/__snapshots__/__diff_output__/
|
|
frontend/__snapshots__/__failures__/
|
|
*Type.ts
|
|
frontend/pnpm-error.log
|
|
frontend/tmp
|
|
**/*.tsbuildinfo
|
|
.idea
|
|
celerybeat-schedule
|
|
celerybeat.pid
|
|
pnpm-error.log
|
|
.yalc
|
|
yalc.lock
|
|
.vscode/*
|
|
!.vscode/launch.json
|
|
cypress/screenshots/
|
|
cypress/downloads/
|
|
cypress/**/*.diff.png
|
|
docker-compose.prod.yml
|
|
# pyenv local config
|
|
.python-version
|
|
*.isorted
|
|
build-storybook.log
|
|
storybook-static
|
|
ee/benchmarks/results
|
|
.coverage
|
|
coverage-*.xml
|
|
object_storage/
|
|
__emails__
|
|
share/GeoLite2-City.mmdb
|
|
a11y/
|
|
/test-results/
|
|
/playwright-report/
|
|
playwright/e2e-vrt/**/*-darwin.png
|
|
# 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
|
|
upgrade/
|
|
hogvm/typescript/dist
|
|
.wokeignore
|
|
plugin-transpiler/dist
|
|
*-esbuild-meta.json
|
|
*-esbuild-bundle-visualization.html
|
|
.dlt
|