Skip to content

Commit 7bb15ca

Browse files
authored
fix: Updating gitmodules to ignore untracked submodules (#891)
1 parent 504e4cc commit 7bb15ca

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
[submodule "submodules/kubespray"]
22
path = submodules/kubespray
33
url = https://github.com/kubernetes-sigs/kubespray
4+
ignore = all
45
[submodule "submodules/openstack-exporter"]
56
path = submodules/openstack-exporter
67
url = https://github.com/openstack-exporter/helm-charts
8+
ignore = all
79
[submodule "submodules/postgres-operator"]
810
path = submodules/postgres-operator
911
url = https://github.com/zalando/postgres-operator.git
12+
ignore = all

0 commit comments

Comments
 (0)