gitignore: Ignore also .zed directory (#21270)
Like other editor files this allow local configuration without polluting the source with specific editor configuration.pull/21275/head
parent
6b397d8285
commit
78fc8d96d1
|
@ -49,9 +49,10 @@ deploy/iso/minikube-iso/board/minikube/aarch64/rootfs-overlay/version.json
|
|||
|
||||
.DS_Store
|
||||
|
||||
# Editor files
|
||||
/.idea
|
||||
|
||||
/.vscode
|
||||
/.zed
|
||||
|
||||
/test/integration/testdata/minikube-linux-amd64-latest-stable
|
||||
/test/integration/licenses
|
||||
|
|
Loading…
Reference in New Issue