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,11 @@
|
||||
{
|
||||
"name": "ignore_paths_adding",
|
||||
"tree": {
|
||||
"$path": "src"
|
||||
},
|
||||
"syncbackRules": {
|
||||
"ignorePaths": [
|
||||
"src/*.rbxm"
|
||||
]
|
||||
}
|
||||
}
|
||||
BIN
rojo-test/syncback-tests/ignore_paths_adding/input.rbxm
Normal file
BIN
rojo-test/syncback-tests/ignore_paths_adding/input.rbxm
Normal file
Binary file not shown.
Reference in New Issue
Block a user