Add a new syncRules field project files to allow users to specify middleware to use for files (#813)

This commit is contained in:
Micah
2024-01-19 22:18:17 -08:00
committed by GitHub
parent c0a96e3811
commit 73828af715
48 changed files with 923 additions and 146 deletions

View File

@@ -0,0 +1 @@
-- Hello, from bar (a Script)!

View File

@@ -0,0 +1 @@
-- Hello, from baz (a LocalScript)!

View File

@@ -0,0 +1 @@
Hello, from cat (a StringValue)!

View File

@@ -0,0 +1 @@
-- Hello, from foo (a ModuleScript)!

View File

@@ -0,0 +1,9 @@
{
"name": "qux",
"tree": {
"$className": "StringValue",
"$properties": {
"Value": "Hello, from qux (a .rojo file that's turned into a StringValue)!"
}
}
}

View File

@@ -0,0 +1 @@
This file should be ignored!