Skip to content

Commit

Permalink
Add bazel module lock file to gitignore
Browse files Browse the repository at this point in the history
Bazel creates the lock file `MODULE.bazel.lock`, see https://bazel.build/external/lockfile. This file should not get checked into git.
  • Loading branch information
drinckes authored Jan 10, 2025
1 parent 5078b07 commit 604bd5d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Ignore backup and swap files.
*~
.*.swp
# Bazel module lock file.
MODULE.Bazel.lock
# Ignore all bazel-* links.
/bazel-*
# Ignore outputs generated during Bazel bootstrapping.
Expand Down

0 comments on commit 604bd5d

Please sign in to comment.