Skip to content

Commit 9030723

Browse files
authored
chore: remove Bazel lock files (#964)
They are a pain to maintain and they do not provide any substantial benefit to the project or its examples.
1 parent 24de3bf commit 9030723

File tree

21 files changed

+4
-77132
lines changed

21 files changed

+4
-77132
lines changed

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# Ignore Bazel symlinks
22
bazel-*
33

4+
# Ignore Bazel lock files
5+
**/MODULE.bazel.lock
6+
47
# Ignore Swift and Xcode stuff
58
.DS_Store
69
**/.build
@@ -16,4 +19,4 @@ bazel-*
1619
local.bazelrc
1720

1821
# Ignore vscode settings
19-
.vscode
22+
.vscode

0 commit comments

Comments
 (0)