diff --git a/.buckconfig b/.buckconfig index c758cdca3..ae403ca80 100644 --- a/.buckconfig +++ b/.buckconfig @@ -15,9 +15,14 @@ [external_cells] prelude = bundled + buckal = git + +[external_cell_buckal] + git_origin = https://github.com/buck2hub/buckal-bundles + commit_hash = f9c4f306b1aad816fa520fe361f4f03d28cd5b7b [parser] target_platform_detector_spec = target:root//...->prelude//platforms:default [project] - ignore = .git .buckd .idea .vscode .zed .DS_Store buck-out build \ No newline at end of file + ignore = .git .buckd .idea .vscode .zed .DS_Store buck-out build .buckal \ No newline at end of file diff --git a/.gitignore b/.gitignore index 52205a4c1..4123d73fb 100644 --- a/.gitignore +++ b/.gitignore @@ -4,6 +4,7 @@ .zed .buckal *.code-workspace +/target # Mac .DS_Store