Skip to content

Commit 8cfb0d5

Browse files
committed
Add .bazelrc-user.bazelrc support
1 parent f5b7c3c commit 8cfb0d5

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.bazelrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
common --lockfile_mode=error
22

33
try-import %workspace%/.bazelrc.user
4+
try-import %workspace%/.bazelrc-user.bazelrc

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ bazel-*
33
.idea/
44
.ijwb/
55
e2e/smoke/MODULE.bazel.lock
6+
.bazelrc-user.bazelrc

0 commit comments

Comments
 (0)