Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion .buckconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
ignore = .git .buckd .idea .vscode .zed .DS_Store buck-out build .buckal
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
.zed
.buckal
*.code-workspace
/target

# Mac
.DS_Store
Expand Down