chore: delete ffmpeg public assets
This commit is contained in:
parent
148d38d7c9
commit
1582423dbf
File diff suppressed because one or more lines are too long
Binary file not shown.
|
|
@ -7,14 +7,7 @@
|
|||
},
|
||||
"files": {
|
||||
"ignoreUnknown": false,
|
||||
"includes": [
|
||||
"**",
|
||||
"!**/.next/**",
|
||||
"!**/node_modules/**",
|
||||
"!**/dist/**",
|
||||
"!**/build/**",
|
||||
"!**/apps/web/public/ffmpeg/**"
|
||||
]
|
||||
"includes": ["**", "!**/.next", "!**/node_modules", "!**/dist", "!**/build"]
|
||||
},
|
||||
"formatter": {
|
||||
"enabled": true,
|
||||
|
|
|
|||
Loading…
Reference in New Issue