forked from rojo-rbx/rojo
16 lines
219 B
JSON
16 lines
219 B
JSON
{
|
|
"name": "sync_rules",
|
|
"tree": {
|
|
"$path": "src"
|
|
},
|
|
"syncRules": [
|
|
{
|
|
"use": "text",
|
|
"pattern": "*.text"
|
|
},
|
|
{
|
|
"use": "moduleScript",
|
|
"pattern": "*.modulescript"
|
|
}
|
|
]
|
|
} |