Karim/exclude non yoga search paths #1779

Open
karim-alweheshy wants to merge 1 commits from karim-alweheshy/karim/exclude_non_yoga_search_paths into main

View File

@@ -19,6 +19,13 @@ let package = Package(
.target(
name: "core",
path: ".",
exclude: [
"capture",
"benchmark",
"javascript",
"java",
"tests",
],
sources: [
"yoga"
],