23 lines
369 B
JSON
23 lines
369 B
JSON
{
|
|
"rules": [
|
|
{
|
|
"ext": "prt",
|
|
"pattern": "^1",
|
|
"destination": "./output/clienti1/PRT"
|
|
},
|
|
{
|
|
"ext": "prt",
|
|
"pattern": "^6",
|
|
"destination": "./output/clienti2/PRT"
|
|
},
|
|
{
|
|
"ext": "asm",
|
|
"destination": "./output/assembly"
|
|
},
|
|
{
|
|
"ext": "drw",
|
|
"destination": "./output/drawing"
|
|
}
|
|
]
|
|
}
|