mirror of
https://github.com/PostHog/posthog.git
synced 2024-11-22 17:24:15 +01:00
c080d5f114
* Deploy storybook.posthog.net * test why this fails * another experiment * again... * turn addon panels off by default * debug ci script * add welcome story * try with other paths * commit via action * better welcome story * remove branch exception * keep the CNAME file * remove branch exception * remove duplicate checkout, fix paths * remove branch exception
35 lines
422 B
Plaintext
35 lines
422 B
Plaintext
venv
|
|
env
|
|
.venv
|
|
*.pyc
|
|
__pycache__/
|
|
staticfiles
|
|
.env
|
|
settings.yml
|
|
.DS_Store
|
|
debug.log
|
|
*.swp
|
|
*.swo
|
|
node_modules/
|
|
*.code-workspace
|
|
node_modules
|
|
.vscode/
|
|
frontend/.cache/
|
|
.mypy_cache
|
|
frontend/dist/
|
|
frontend/types/
|
|
*Type.ts
|
|
frontend/yarn-error.log
|
|
.idea
|
|
celerybeat-schedule
|
|
celerybeat.pid
|
|
yarn-error.log
|
|
.yalc
|
|
yalc.lock
|
|
cypress/screenshots/
|
|
docker-compose.prod.yml
|
|
.python-version
|
|
*.isorted
|
|
build-storybook.log
|
|
storybook-static
|