forked from boschglobal/oss-review-toolkit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.dockerignore
37 lines (29 loc) · 775 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
# Ignore the Docker files themselves to avoid that all layers are invalidated if
# the Docker files are changed during development.
.dockerignore
Dockerfile*
scripts/docker_*.sh
# Ignore the Jenkinsfile to avoid that all layers are invalidated if the
# Jenkinsfile is changed during development.
integrations/jenkins/Jenkinsfile
# Ignore Git entries.
.git/
.gitignore
# Ignore IntelliJ IDEA files.
.idea/
*.iml
# Ignore intermediate build artifacts.
**/.gradle/
**/.kotest/
**/build/
!docker/build
**/out/
plugins/reporters/web-app-template/node_modules/
# Ignore the logos as we do not need them to run ORT.
logos/
# Ignore test directories as we do not need them to run ORT.
**/*[Tt]est/
# Ignore macOS-specific files.
.DS_Store
# Ignore CI linters.
.hadolint.yaml