We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 530cba9 commit 2551c56Copy full SHA for 2551c56
.bazelrc
@@ -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
@@ -1,2 +1,5 @@
bazel-*
MODULE.bazel.lock
+user.bazelrc
+.*.swp
0 commit comments