forked from rojo-rbx/rojo
Add a new syncRules field project files to allow users to specify middleware to use for files (#813)
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"name": "sync_rule_nested_projects",
|
||||
"tree": {
|
||||
"$path": "nested.project.json"
|
||||
},
|
||||
"syncRules": [
|
||||
{
|
||||
"pattern": "*.rojo",
|
||||
"use": "text"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"name": "nested",
|
||||
"tree": {
|
||||
"$path": "src"
|
||||
},
|
||||
"syncRules": [
|
||||
{
|
||||
"pattern": "*.txt",
|
||||
"use": "ignore"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1 @@
|
||||
This shouldn't be in the built file. If it is, something is wrong.
|
||||
@@ -0,0 +1 @@
|
||||
This shouldn't be in the built file. If it is, something is wrong.
|
||||
Reference in New Issue
Block a user