forked from usdot-fhwa-stol/carma-streets
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.dockerignore
27 lines (27 loc) · 949 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
# Files to be ignored by the Docker context
# Any files mentioned here will not trigger Docker to force an image reuild
# if they change
# Ignore Circle CI scripts for Docker build context
.circleci
# Ignore VS Code project files for Docker build context
.vscode
# Ignore Dockerfiles for Docker build context
**/Dockerfile
# Ignore any documentation for Docker build context
/docs
# Ignore any examples for Docker build context
/examples
# Ignore any external locally cloned github repos for Docker build context
/ext
# Ignore any testing scripts for Docker build context
/scripts
# Ignore all local build files for Docker build context
**/build/
# Ignore all local log files for Docker build context
**/logs/
# Ignore local external cloned repos for Docker build context
/carma_lanelet2
/intersection_model/src/server/external/lib/pkgconfig/qhttpengine.pc
# Ignore any Mark Down documentation or git repo files for Docker build context
*.md
*.git*