mirror of
https://github.com/rojo-rbx/rojo.git
synced 2026-04-22 21:55:15 +00:00
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,9 @@
|
||||
{
|
||||
"name": "client_only",
|
||||
"tree": {
|
||||
"$path": "src/modules"
|
||||
},
|
||||
"globIgnorePaths": [
|
||||
"**Server**"
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"name": "nested_projects_but_weird",
|
||||
"tree": {
|
||||
"$className": "DataModel",
|
||||
"ReplicatedStorage": {
|
||||
"modules": {
|
||||
"$path": "client-only.project.json"
|
||||
}
|
||||
},
|
||||
"ServerStorage": {
|
||||
"modules": {
|
||||
"$path": "server-only.project.json"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"name": "server_only",
|
||||
"tree": {
|
||||
"$path": "src/modules"
|
||||
},
|
||||
"globIgnorePaths": [
|
||||
"**Client**"
|
||||
]
|
||||
}
|
||||
BIN
rojo-test/syncback-tests/nested_projects_weird/input.rbxl
Normal file
BIN
rojo-test/syncback-tests/nested_projects_weird/input.rbxl
Normal file
Binary file not shown.
Reference in New Issue
Block a user