Skip to content

Commit

Permalink
chore: remove Bazel lock files (#964)
Browse files Browse the repository at this point in the history
They are a pain to maintain and they do not provide any substantial
benefit to the project or its examples.
  • Loading branch information
cgrindel authored Mar 16, 2024
1 parent 24de3bf commit 9030723
Show file tree
Hide file tree
Showing 21 changed files with 4 additions and 77,132 deletions.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Ignore Bazel symlinks
bazel-*

# Ignore Bazel lock files
**/MODULE.bazel.lock

# Ignore Swift and Xcode stuff
.DS_Store
**/.build
Expand All @@ -16,4 +19,4 @@ bazel-*
local.bazelrc

# Ignore vscode settings
.vscode
.vscode
Loading

0 comments on commit 9030723

Please sign in to comment.