forked from rojo-rbx/rojo
Implement Syncback to support converting Roblox files to a Rojo project (#937)
This is a very large commit. Consider checking the linked PR for more information.
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"name": "sync_rules",
|
||||
"tree": {
|
||||
"$path": "src"
|
||||
},
|
||||
"syncRules": [
|
||||
{
|
||||
"use": "text",
|
||||
"pattern": "*.text"
|
||||
},
|
||||
{
|
||||
"use": "moduleScript",
|
||||
"pattern": "*.modulescript"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1 @@
|
||||
-- This should be a in the file 'module.modulescript'. It should be updated to have a second line.
|
||||
@@ -0,0 +1 @@
|
||||
-- This should be a in the file 'text.text'. It should be updated to have a second line.
|
||||
BIN
rojo-test/syncback-tests/sync_rules/input.rbxm
Normal file
BIN
rojo-test/syncback-tests/sync_rules/input.rbxm
Normal file
Binary file not shown.
Reference in New Issue
Block a user