-
Notifications
You must be signed in to change notification settings - Fork 1.5k
/
Copy path.dockerignore
59 lines (59 loc) · 1.08 KB
/
.dockerignore
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
*
!.devcontainer
!.kearc
!bin
!common/hogvm
!common/esbuilder
!common/eslint_rules
!common/plugin_transpiler/*.*
!common/plugin_transpiler/src
!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
!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/tsconfig.eslint.json
!plugin-server/tsconfig.json
!pnpm-lock.yaml
!pnpm-workspace.yaml
!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
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