mirror of
https://github.com/kubernetes-sigs/node-feature-discovery.git
synced 2024-12-14 11:57:51 +00:00
Only add kustomization.yaml in the root to .gitignore
The current addition of kustomization.yaml to gitignore file means that any file in the project tree with the name kustomization.yaml will be ignored. However, that is not the desired behaviour. One of the primary examples of this is when we add deployments corresponding to nfd-topology-updater, we want to be able to ensure that the kustomization.yamls are not ignored. Signed-off-by: Swati Sehgal <swsehgal@redhat.com>
This commit is contained in:
parent
87feb9610b
commit
4f65f30b7c
1 changed files with 1 additions and 1 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -1,4 +1,4 @@
|
|||
bin/
|
||||
demo/helper-scripts/*.pdf
|
||||
demo/helper-scripts/*.log
|
||||
kustomization.yaml
|
||||
/kustomization.yaml
|
||||
|
|
Loading…
Reference in a new issue