Skip to content

Commit b7419df

Browse files
committed
Remove the lockfile from check-in.
Following rules_java example seems sane to me: https://github.com/bazelbuild/rules_java/blob/master/.gitignore#L20
1 parent e29b53f commit b7419df

File tree

2 files changed

+3
-8993
lines changed

2 files changed

+3
-8993
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,6 @@ build
55
local.properties
66
*.iml
77
/bazel-*
8+
9+
# Following https://github.com/bazelbuild/rules_java/blob/master/.gitignore#L20 example, ignore the lock file.
10+
MODULE.bazel.lock

0 commit comments

Comments
 (0)