Karim/exclude non yoga search paths #1779
@@ -19,6 +19,13 @@ let package = Package(
|
|||||||
.target(
|
.target(
|
||||||
name: "core",
|
name: "core",
|
||||||
path: ".",
|
path: ".",
|
||||||
|
exclude: [
|
||||||
|
"capture",
|
||||||
|
"benchmark",
|
||||||
|
"javascript",
|
||||||
|
"java",
|
||||||
|
"tests",
|
||||||
|
],
|
||||||
sources: [
|
sources: [
|
||||||
"yoga"
|
"yoga"
|
||||||
],
|
],
|
||||||
|
Reference in New Issue
Block a user