-
Notifications
You must be signed in to change notification settings - Fork 6
/
.dockerignore
56 lines (53 loc) · 934 Bytes
/
.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
# Only ignore files / folders here that are also in .gitgnore
#
# This file uses the same format as .gitgnore,
# except that it's not recursive by default
#
# | .gitignore | .dockerignore |
# |------------|---------------|
# | .DS_Store | **/.DS_Store |
# | /.env | .env |
#
# Only bother including:
# * big files / folder to lower the build context
# * often updated files to help the docker cache
# Dependencies
**/node_modules
dist/
.env
# Logs
**/*.log
.git/
.github/
.githooks/
.circleci/
.nodemon.json
.editorconfig
.gitattributes
.prettierignore
.prettierrc.js
.eslintrc.js
.nvmrc
.npmrc
.eslintignore
.eslinrcjs
.vscode
.env.example
.yarn/cache/
release.config.js
nodemon.json
cypress.json
README.md
CHANGELOG.md
CONTRIBUTING.md
**/*.test.ts
renovate.json
**/jest*
**/.DS_Store
**/.storybook/
**/__fixtures__/
**/__snapshots__/
**/__mocks__/
**/__mock__/
**/__tests__/
**/tsconfig.tsbuildinfo