0
0
mirror of https://github.com/PostHog/posthog.git synced 2024-11-21 21:49:51 +01:00
posthog/.dockerignore
Frank Hamand 3f9fd8aec7
feat: allow asgi/wsgi to be configurable by env var (#21635)
allow asgi/wsgi to be configurable by env var

This will let us roll out asgi separate across services as we had
issues with our recordings capture pods on asgi
2024-04-18 10:13:06 +01:00

42 lines
739 B
Plaintext

*
!bin
!requirements.txt
!requirements-dev.txt
!posthog
!plugin-server
!staticfiles
!manage.py
!gunicorn.config.py
!babel.config.js
!posthog.json
!package.json
!pnpm-lock.yaml
!webpack.config.js
!playwright.config.ts
!tailwind.config.js
!.kearc
!.storybook
!tsconfig.json
!frontend/@posthog
!frontend/src
!frontend/types
!frontend/public
!frontend/*.*
!ee
!.devcontainer
!plugin-server/package.json
!plugin-server/pnpm-lock.yaml
!plugin-server/tsconfig.json
!plugin-server/tsconfig.eslint.json
!plugin-server/src
!plugin-server/.eslintrc.js
!plugin-server/.prettierrc
!share/GeoLite2-City.mmdb
!hogvm/python
!unit.json.tpl
!plugin-transpiler/src
!plugin-transpiler/*.*
!test-runner-jest.config.js
!test-runner-jest-environment.js
!patches