mirror of
https://github.com/PostHog/posthog.git
synced 2024-11-21 21:49:51 +01:00
963c62aaf1
* use plugin-server in same repo * remove plugins dir * update docker files * clean up docker files: * visual separation * run plugin server test stack * build and push test image * revert push image * fix default yarn start * another fix * fix some more * add plugin-server-prod script * make executable * update scripts: * revert prod script * fixes * fix tests * clean * move build to docker * build plugin-server in prod dockerfile * use different entrypoint for e2e test * fix bugs with ts-node-dev * restore yarn.lock * lost a few changes in the rebase * fix dockerfile Co-authored-by: James Greenhill <fuziontech@gmail.com>
23 lines
297 B
Plaintext
23 lines
297 B
Plaintext
*
|
|
!bin
|
|
!requirements.txt
|
|
!requirements-dev.txt
|
|
!posthog
|
|
!plugin-server
|
|
!staticfiles
|
|
!manage.py
|
|
!gunicorn.config.py
|
|
!babel.config.js
|
|
!posthog.json
|
|
!package.json
|
|
!yarn.lock
|
|
!webpack.config.js
|
|
!postcss.config.js
|
|
!.kearc
|
|
!tsconfig.json
|
|
!frontend/src
|
|
!frontend/types
|
|
!frontend/public
|
|
!frontend/*.*
|
|
!ee
|