Initial commit I guess
This commit is contained in:
commit
9a070a5f8f
7 changed files with 91 additions and 0 deletions
27
.buckconfig
Normal file
27
.buckconfig
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
[cells]
|
||||
root = .
|
||||
prelude = prelude
|
||||
toolchains = toolchains
|
||||
none = none
|
||||
|
||||
[cell_aliases]
|
||||
config = prelude
|
||||
ovr_config = prelude
|
||||
fbcode = none
|
||||
fbsource = none
|
||||
fbcode_macros = none
|
||||
buck = none
|
||||
|
||||
# Uses a copy of the prelude bundled with the buck2 binary. You can alternatively delete this
|
||||
# section and vendor a copy of the prelude to the `prelude` directory of your project.
|
||||
[external_cells]
|
||||
prelude = bundled
|
||||
|
||||
[parser]
|
||||
target_platform_detector_spec = target:root//...->prelude//platforms:default
|
||||
|
||||
[build]
|
||||
execution_platforms = prelude//platforms:default
|
||||
|
||||
[project]
|
||||
ignore = .git
|
||||
Loading…
Add table
Add a link
Reference in a new issue