mirror of
https://github.com/rojo-rbx/rojo.git
synced 2026-04-20 20:55:50 +00:00
30 lines
492 B
JSON
30 lines
492 B
JSON
{
|
|
"name": "sync_rule_complex",
|
|
"tree": {
|
|
"$path": "src"
|
|
},
|
|
"syncRules": [
|
|
{
|
|
"pattern": "*.module",
|
|
"use": "moduleScript"
|
|
},
|
|
{
|
|
"pattern": "*.server",
|
|
"use": "serverScript"
|
|
},
|
|
{
|
|
"pattern": "*.client",
|
|
"use": "clientScript"
|
|
},
|
|
{
|
|
"pattern": "*.rojo",
|
|
"exclude": "*.ignore.rojo",
|
|
"use": "project"
|
|
},
|
|
{
|
|
"pattern": "*.dog.rojo2",
|
|
"use": "text",
|
|
"suffix": ".dog.rojo2"
|
|
}
|
|
]
|
|
} |