-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Expand file tree
/
Copy path.dockerignore
More file actions
61 lines (57 loc) · 1001 Bytes
/
.dockerignore
File metadata and controls
61 lines (57 loc) · 1001 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
# Keep the VCS files out of the build context
.git
.git-blame-ignore-revs
.gitattributes
.gitignore
.mailmap
# Keep local editor files out of the build context
.idea
.vscode
**/.editorconfig
# Keep various state/cache/etc directories out of the build context
.cache
.envrc
.state
.venv
.coverage
.coverage.*
coverage
htmlcov
node_modules
docs/.cache
docs/blog/_build
docs/dev/_build
docs/user/_build
warehouse/admin/static/dist
warehouse/static/dist
**/__pycache__
*.pyc
# Keep development only files out of the build context
.dockerignore
.github
.pre-commit-config.yaml
.python-version
.readthedocs.yml
.stylelintrc.json
.weblate.ini
CONTRIBUTING.rst
Dockerfile
README.rst
babel.cfg
bin
depot.json
dev
development.ini
docker-compose.*.yml
docker-compose.override.yaml-sample
docker-compose.yml
pyproject.toml
requirements.txt
requirements/*.in
setup.cfg
sitecustomize.py
tests
**/Makefile
# Not development only files, we use them in the container build/release/runtime
!bin/docker
!bin/release