Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 604bd5d

Browse files
authored
Add bazel module lock file to gitignore
Bazel creates the lock file `MODULE.bazel.lock`, see https://bazel.build/external/lockfile. This file should not get checked into git.
1 parent 5078b07 commit 604bd5d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Ignore backup and swap files.
22
*~
33
.*.swp
4+
# Bazel module lock file.
5+
MODULE.Bazel.lock
46
# Ignore all bazel-* links.
57
/bazel-*
68
# Ignore outputs generated during Bazel bootstrapping.

0 commit comments

Comments
 (0)