We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1dae1d6 commit 2096149Copy full SHA for 2096149
.buckconfig
@@ -15,9 +15,14 @@
15
16
[external_cells]
17
prelude = bundled
18
+ buckal = git
19
+
20
+[external_cell_buckal]
21
+ git_origin = https://github.com/buck2hub/buckal-bundles
22
+ commit_hash = f9c4f306b1aad816fa520fe361f4f03d28cd5b7b
23
24
[parser]
25
target_platform_detector_spec = target:root//...->prelude//platforms:default
26
27
[project]
- ignore = .git .buckd .idea .vscode .zed .DS_Store buck-out build
28
+ ignore = .git .buckd .idea .vscode .zed .DS_Store buck-out build .buckal
.gitignore
@@ -4,6 +4,7 @@
4
.zed
5
.buckal
6
*.code-workspace
7
+/target
8
9
# Mac
10
.DS_Store
0 commit comments