mirror of
https://github.com/Afilmory/afilmory
synced 2026-05-01 10:16:40 +00:00
Signed-off-by: Innei <tukon479@gmail.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
20 lines
264 B
JSON
20 lines
264 B
JSON
{
|
|
"version": 1,
|
|
"include": ["/*"],
|
|
"exclude": [
|
|
"/thumbnails/*",
|
|
"/*.ico",
|
|
"/*.png",
|
|
"/*.jpg",
|
|
"/*.jpeg",
|
|
"/*.gif",
|
|
"/*.svg",
|
|
"/*.css",
|
|
"/manifest.webmanifest",
|
|
"/*.js",
|
|
"/*.json",
|
|
"/*.xml",
|
|
"/*.txt"
|
|
]
|
|
}
|