Commit iniziale
This commit is contained in:
22
config/defaultConfig.json
Normal file
22
config/defaultConfig.json
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user