forked from aboutcode-org/vulnerablecode
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.dockerignore
More file actions
35 lines (27 loc) · 593 Bytes
/
Copy path.dockerignore
File metadata and controls
35 lines (27 loc) · 593 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
# Ignore the Docker files themselves to avoid that all layers are invalidated if the Dockerfiles are changed during development.
.dockerignore
Dockerfile
docker.env
docker-compose.yml
# Ignore Git directory and files and github directory.
**/.git
**/.gitignore
**/.gitattributes
**/.gitmodules
**/.github
# Ignore IDE artifacts and various common tools .dot files
**/.vscode
**/.idea
**/.ssh
**/.DS_Store
# Ignore etc, docs and build dirs
**/docs
**/dist
**/build
**/etc
.readthedocs.yaml
CHANGELOG.rst
README.rst
# Ignore virtualenv and local Python build files
**/venv
**/*.egg-info