forked from cloudogu/gitops-playground
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.dockerignore
More file actions
34 lines (31 loc) · 702 Bytes
/
.dockerignore
File metadata and controls
34 lines (31 loc) · 702 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
# Ignore all
*
# Allowlist
!applications/
!exercises/
!argocd/
!docker-registry/
!jenkins/
!scm-manager/
!scripts/jenkins/
!scripts/scm-manager/
!scripts/utils.sh
!scripts/apply-ng.sh
!scripts/downloadHelmCharts.sh
!templates/kubernetes/rbac/
!.curlrc
!LICENSE
# groovy cli
!src
!pom.xml
!mvnw
!.mvn
!compiler.groovy
# Including .git is risky, but required so maven can read the build number. At least keep it to a minium.
!.git/HEAD
!.git/refs/heads
!.git/refs/tags
!.git/objects
# .git/objects/ is needed to get current commit, but pack contains most files, but should not be needed.
# However, on Jenkins we still run into: Missing unknown 8a948f.. so ignore for now 🤷
# .git/objects/pack