Files
rojo/rojo-test/build-tests/sync_rule_nested_projects/nested.project.json

12 lines
140 B
JSON

{
"name": "nested",
"tree": {
"$path": "src"
},
"syncRules": [
{
"pattern": "*.txt",
"use": "ignore"
}
]
}