mirror of
https://github.com/PostHog/posthog.git
synced 2024-11-24 00:47:50 +01:00
23ddea1d47
* Renamed non-inclusive language * Update plugin-server/src/worker/ingestion/event-pipeline/runner.ts Co-authored-by: Neil Kakkar <neilkakkar@gmail.com> * Update UI snapshots for `chromium` (2) * Update UI snapshots for `webkit` (2) * Update UI snapshots for `chromium` (2) * Update UI snapshots for `webkit` (2) * Remove woke linting and revert any changes that arent blacklisting/whitelisting * Update UI snapshots for `chromium` (2) * Added wokeignore to git ignore * Update query snapshots * Update query snapshots --------- Co-authored-by: Neil Kakkar <neilkakkar@gmail.com> Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
58 lines
959 B
Plaintext
58 lines
959 B
Plaintext
venv
|
|
env
|
|
.venv
|
|
*.pyc
|
|
__pycache__/
|
|
staticfiles
|
|
.env
|
|
settings.yml
|
|
.DS_Store
|
|
debug.log
|
|
*.swp
|
|
*.swo
|
|
node_modules/
|
|
*.code-workspace
|
|
node_modules
|
|
frontend/.cache/
|
|
.mypy_cache
|
|
frontend/dist/
|
|
frontend/types/
|
|
frontend/__snapshots__/__diff_output__/
|
|
*Type.ts
|
|
frontend/pnpm-error.log
|
|
frontend/tmp
|
|
.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
|