Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add user.bazelrc support to each workspace. #1161

Merged
merged 2 commits into from
Mar 1, 2022

Conversation

UebelAndre
Copy link
Collaborator

This allows for easier local development and follows Bazel's recommended practices:
https://bazel.build/docs/best-practices#bazelrc-file

If you want to support per-user options for your project that you do not want to check into source control, include the line:

try-import %workspace%/user.bazelrc

(or any other file name) in your workspace/.bazelrc and add user.bazelrc to your .gitignore.

@UebelAndre UebelAndre merged commit acca6f4 into bazelbuild:main Mar 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants