aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt <mattstark75@gmail.com>2024-05-16 02:28:42 +1000
committerGitHub <noreply@github.com>2024-05-15 12:28:42 -0400
commitb459822483e05da514b539578f81eeb8a705d600 (patch)
tree63f42187cd41556a36f4cea7bf92f1595d3ea690
parent0d43695bd5026a6dc1433ba455f29551311ebe60 (diff)
downloadbazel-skylib-upstream-main.tar.gz
Add MODULE.bazel.lock to gitignore. (#509)upstream-main
I would add --lockfile_mode=off to .bazelrc, but this should support older versions of bazel before the lockfile_mode flag was released.
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index a6ef824..a2e7adc 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
/bazel-*
+MODULE.bazel.lock \ No newline at end of file