Skip to content

Commit 6c65673

Browse files
Fix .gitignore to not ignore mongodb-kubernetes dir/file (#410)
# Summary As part of this PR #21 we changed all the occurrences of old repo to the new repo and in doing so we ended up adding `mongodb-kubernetes` to the `.gitignore` file. Becauase of this, if we try to add any file to our new repo in dir `public/dockerfiles/mongodb-kubernetes` it would be ignored by default. This PR fixes that. We don't really need that in .gitignore. ## Proof of Work Create a file in the dir `public/dockerfiles/mongodb-kubernetes` and make sure that it shows up in `git status`.
1 parent 8434048 commit 6c65673

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ multi_cluster/examples/service_account_using_go/service_account_using_go
6565
_.yaml
6666

6767
# Things we built or download for the e2e tests & local dev
68+
/mongodb-kubernetes
6869
multi-cluster-kube-config-creator
6970
multi-cluster-kube-config-creator_linux
7071
istio-*

0 commit comments

Comments
 (0)