mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 14:02:21 -04:00
support user bazelrc
This commit is contained in:
parent
ecfeb71195
commit
f93f01b3e9
2 changed files with 3 additions and 0 deletions
2
.bazelrc
2
.bazelrc
|
@ -24,3 +24,5 @@ build --incompatible_default_to_explicit_init_py
|
|||
|
||||
# faster for .ui file generation, but may sacrifice correctness
|
||||
#--genrule_strategy=standalone
|
||||
|
||||
try-import %workspace%/user.bazelrc
|
||||
|
|
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -12,3 +12,4 @@ pyenv
|
|||
__pycache__
|
||||
anki.prof
|
||||
/bazel-*
|
||||
user.bazelrc
|
||||
|
|
Loading…
Reference in a new issue