0
0
mirror of https://github.com/PostHog/posthog.git synced 2024-11-24 18:07:17 +01:00
posthog/.dockerignore
Michael Matloka 6112daf720
chore(dev): Immediately pick up new Tailwind classes being used (#19736)
* chore(dev): Pick up new Tailwind classes being used

* Remove `postcss.config.js` from production

It's only used in Storybook.
2024-01-15 09:45:26 +00:00

41 lines
726 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
!plugin-transpiler/src
!plugin-transpiler/*.*
!test-runner-jest.config.js
!test-runner-jest-environment.js