mirror of
https://github.com/PostHog/posthog.git
synced 2024-11-24 09:14:46 +01:00
97a665d277
* Query optimizations * more sql optimizations * checkpoint * fix migration * add UUID field to person * use django signals to signal that clickhouse needs to be updated * cleanup person logic * cleanups * update migration * Don't setup the django signals unless we are for sure using ee setup * expecting back to 30 queries for capturing with new person * add .venv to .gitignore * add env back to .gitignore Co-authored-by: Ubuntu <ubuntu@ip-172-31-73-18.ec2.internal>
30 lines
364 B
Plaintext
30 lines
364 B
Plaintext
venv
|
|
env
|
|
.venv
|
|
*.pyc
|
|
staticfiles
|
|
.env
|
|
settings.yml
|
|
.DS_Store
|
|
debug.log
|
|
*.swp
|
|
*.swo
|
|
impliu/static/CACHE/*
|
|
node_modules/*
|
|
*.code-workspace
|
|
node_modules
|
|
.vscode/*
|
|
frontend/.cache/
|
|
.mypy_cache
|
|
frontend/dist/*
|
|
frontend/types/*
|
|
frontend/yarn-error.log
|
|
.idea
|
|
celerybeat-schedule
|
|
celerybeat.pid
|
|
yarn-error.log
|
|
.yalc
|
|
yalc.lock
|
|
cypress/screenshots/*
|
|
docker-compose.prod.yml
|