Scott Lahteine
7 years ago
committed by
GitHub
1 changed files with 25 additions and 0 deletions
@ -0,0 +1,25 @@ |
|||
{ |
|||
"folders": |
|||
[ |
|||
{ |
|||
"file_exclude_patterns": |
|||
[ |
|||
"Marlin/platformio.ini", |
|||
"Marlin/.travis.yml", |
|||
"Marlin/.gitignore", |
|||
"Marlin/*/platformio.ini", |
|||
"Marlin/*/.travis.yml", |
|||
"Marlin/*/.gitignore" |
|||
], |
|||
"folder_exclude_patterns": |
|||
[ |
|||
".github", |
|||
".pio*", |
|||
"Marlin/lib", |
|||
"datatmp", |
|||
"Marlin/*/src" |
|||
], |
|||
"path": "../../.." |
|||
} |
|||
] |
|||
} |
Loading…
Reference in new issue