Skip to content

Commit 2551c56

Browse files
committed
add .bazelrc
update .gitignore
1 parent 530cba9 commit 2551c56

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

.bazelrc

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Enable logging rc options.
2+
common --announce_rc
3+
4+
###############################################################################
5+
# Put user-specific options in user.bazelrc
6+
# See https://bazel.build/configure/best-practices#bazelrc-file
7+
################################################################################
8+
try-import %workspace%/user.bazelrc

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
11
bazel-*
22
MODULE.bazel.lock
3+
4+
user.bazelrc
5+
.*.swp

0 commit comments

Comments
 (0)