forked from PostHog/posthog
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.dockerignore
More file actions
74 lines (74 loc) · 1.26 KB
/
.dockerignore
File metadata and controls
74 lines (74 loc) · 1.26 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
*
!.devcontainer
!.kearc
!bin
!common/hogvm
!common/esbuilder
!common/migration_utils
!common/plugin_transpiler/*.*
!common/plugin_transpiler/src
!common/tailwind
!dags
!docs/onboarding
!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
!nodejs
!nodejs/.eslintrc.js
!nodejs/.prettierrc
!nodejs/package.json
!nodejs/pnpm-lock.yaml
!nodejs/src
!nodejs/assets
!nodejs/tsconfig.eslint.json
!nodejs/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
common/*/*/node_modules
common/*/node_modules
common/*/*/dist
common/*/dist
products/**/node_modules
nodejs/node_modules
ee/**/node_modules
docs/**/node_modules
**/__pycache__
rust/.env
rust/.github
rust/cyclotron-node/dist
rust/cyclotron-node/index.node
rust/cyclotron-node/node_modules
rust/docker
rust/target
**/__snapshots__
!docker-compose.base.yml
!docker-compose.dev.yml
!docker