mirror of
https://github.com/rojo-rbx/rojo.git
synced 2026-04-22 05:35:10 +00:00
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": "nested",
|
||||
"tree": {
|
||||
"$path": "src"
|
||||
},
|
||||
"syncRules": [
|
||||
{
|
||||
"pattern": "*.txt",
|
||||
"use": "ignore"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user