mirror of
https://github.com/BillyOutlast/posthog.git
synced 2026-02-04 03:01:23 +01:00
72 lines
1.3 KiB
Plaintext
72 lines
1.3 KiB
Plaintext
*
|
|
!.devcontainer
|
|
!.kearc
|
|
!bin
|
|
!common/hogvm
|
|
!common/esbuilder
|
|
!common/plugin_transpiler/*.*
|
|
!common/plugin_transpiler/src
|
|
!common/tailwind
|
|
!dags
|
|
!ee
|
|
!frontend/@posthog
|
|
!frontend/*.*
|
|
!frontend/.storybook
|
|
!frontend/bin
|
|
!frontend/public
|
|
!frontend/src
|
|
!frontend/types
|
|
!frontend/babel.config.js
|
|
!frontend/webpack.config.js
|
|
!gunicorn.config.py
|
|
!manage.py
|
|
!turbo.json
|
|
!package.json
|
|
!patches
|
|
!playwright.config.ts
|
|
!plugin-server
|
|
!plugin-server/.eslintrc.js
|
|
!plugin-server/.prettierrc
|
|
!plugin-server/package.json
|
|
!plugin-server/pnpm-lock.yaml
|
|
!plugin-server/src
|
|
!plugin-server/assets
|
|
!plugin-server/tsconfig.eslint.json
|
|
!plugin-server/tsconfig.json
|
|
!pnpm-lock.yaml
|
|
!pnpm-workspace.yaml
|
|
!pyproject.toml
|
|
!uv.lock
|
|
!posthog
|
|
!posthog.json
|
|
!products
|
|
!requirements-dev.txt
|
|
!requirements.txt
|
|
!rust
|
|
!share/GeoLite2-City.mmdb
|
|
!staticfiles
|
|
!tailwind.config.js
|
|
!test-runner-jest-environment.js
|
|
!test-runner-jest.config.js
|
|
!tsconfig.json
|
|
!unit.json.tpl
|
|
ee/frontend/node_modules
|
|
common/*/*/node_modules
|
|
common/*/node_modules
|
|
common/*/*/dist
|
|
common/*/dist
|
|
products/*/node_modules
|
|
rust/.env
|
|
rust/.github
|
|
rust/cyclotron-node/dist
|
|
rust/cyclotron-node/index.node
|
|
rust/cyclotron-node/node_modules
|
|
rust/docker
|
|
rust/target
|
|
!docker-compose.base.yml
|
|
!docker-compose.dev.yml
|
|
!docker
|
|
!.git/config
|
|
!.git/HEAD
|
|
!.git/refs
|