forked from debate-map/app
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtemplateBase.dockerignore
More file actions
46 lines (38 loc) · 976 Bytes
/
templateBase.dockerignore
File metadata and controls
46 lines (38 loc) · 976 Bytes
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
# anywhere
# ==========
**/*.md
**/*.d.ts
**/Dockerfile
**/template.dockerignore
**/.dockerignore
**/Dockerfile.dockerignore
**/tsconfig.tsbuildinfo
# deployment config files are only relevant to Kubernetes (which does not use Docker to retrieve that info)
**/deployment.yaml
# any node-module overrides (eg. symlinked packages) are now handled at start of final-layer docker-images through "COPY NMOverwrites/ /dm_repo/" command
node_modules
Packages/**/node_modules
# root
# ==========
# most of these are excluded just so that Tilt doesn't update resources based on their being changed
.git
.yarn/*
!.yarn/releases
!.yarn/plugins
# yarn.lock is excluded, because we always use `Others/yarn-lock-for-docker.lock` instead
yarn.lock
yalc.lock
Temp
target
.gitignore
.eslintrc.cjs
package-scripts.js
README.md
Tilt
templateBase.dockerignore
# within packages
# ==========
Packages/client/Source
Packages/js-common/Source
Packages/deploy/**
!Packages/deploy/package.json