mirror of
https://github.com/PostHog/posthog.git
synced 2024-11-22 08:40:03 +01:00
f1c90f4283
* Whitelist kea-typegen folder in .dockerignore * Added debug to devdockerfile * quote style fix * add .kearc to dockerignore (needed to generate types in yarn build) * Add tsconfig.json to dockerfile * add tsconfig and kearc to dockerfiles * updated docker files to suppress secret key error * use fake secret key in collectstatic Co-authored-by: Yakko Majuri <yakko.majuri@gmail.com>
18 lines
228 B
Plaintext
18 lines
228 B
Plaintext
*
|
|
!bin
|
|
!requirements.txt
|
|
!posthog
|
|
!staticfiles
|
|
!manage.py
|
|
!gunicorn.config.py
|
|
!babel.config.js
|
|
!package.json
|
|
!yarn.lock
|
|
!webpack.config.js
|
|
!postcss.config.js
|
|
!.kearc
|
|
!tsconfig.json
|
|
!frontend/src
|
|
!frontend/types
|
|
!frontend/public
|