ffmpeg / .vscode /settings.json
Miszmisz's picture
change cutout directory to avoid collision with input files
a1a0ea8
raw
history blame
321 Bytes
{
"files.exclude": {
"**/.git": true,
"**/.svn": true,
"**/.hg": true,
"**/CVS": true,
"**/.DS_Store": true,
"**/Thumbs.db": true,
"**/.retool_types/**": true,
"**/*tsconfig.json": true,
".cache": true,
"retool.config.json": true
}
}