Skip to content

Commit 78fc8d9

Browse files
authored
gitignore: Ignore also .zed directory (#21270)
Like other editor files this allow local configuration without polluting the source with specific editor configuration.
1 parent 6b397d8 commit 78fc8d9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,10 @@ deploy/iso/minikube-iso/board/minikube/aarch64/rootfs-overlay/version.json
4949

5050
.DS_Store
5151

52+
# Editor files
5253
/.idea
53-
5454
/.vscode
55+
/.zed
5556

5657
/test/integration/testdata/minikube-linux-amd64-latest-stable
5758
/test/integration/licenses

0 commit comments

Comments
 (0)