-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy path.dockerignore
More file actions
42 lines (41 loc) · 824 Bytes
/
.dockerignore
File metadata and controls
42 lines (41 loc) · 824 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
# NOTE: Keep in sync with .gitignore.
#
# From: https://shisho.dev/blog/posts/how-to-use-dockerignore/
#
# In .gitignore, the file or directory name is ignored in any hierarchy below the .gitignore file, but in .dockerignore,
# all paths must be relative to the way where .dockerignore is located. However, in .dockerignore, all paths must be
# listed relative to the path.
**/.build
**/.env
**/.idea
**/.log
**/.tsbuildinfo
**/.vscode
**/build
**/dist
**/node_modules
**/coverage
**/airnode-feed.json
**/secrets.env
**/signed-api.json
**/.DS_Store
# Extras (not part of .gitignore)
.dockerignore
.eslintrc.js
.git
.gitattributes
.github
.gitignore
.husky
.prettierignore
.prettierrc
**/.feature.ts
**/.test.ts
**/jest.config.js
**/test
Dockerfile
jest.setup.js
packages/e2e
packages/performance-test
renovate.json
scripts