Can embed any file in a PNG/WebM/GIF/JPEG and upload it to a third-party host through 4chan
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

23 lines
556 B

{
"typescript.tsdk": "node_modules/typescript/lib",
"files.exclude": {
"**/dist": true,
"**/node_modules": true,
"**/*.png": true,
"**/*.html": true,
"**/*.c": true,
"**/*~": true,
"**/*.jpg": true,
"**/*.gif": true,
"**/*.exe": true,
"**/*.cs": true,
"**/*.out": true,
"**/*.zip": true,
"**/ext": true,
"**/*.mp4": true,
"**/*.webm": true,
"**/yarn.lock": true,
"**/out": true,
"**/*.data": true
}
}