mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-18 03:18:19 -07:00
19 lines
289 B
Plaintext
19 lines
289 B
Plaintext
{
|
|
"folders":
|
|
[
|
|
{
|
|
"path": ".",
|
|
"folder_exclude_patterns": [
|
|
".git",
|
|
"node_modules",
|
|
"dist"
|
|
],
|
|
"file_exclude_patterns": [
|
|
".gitignore",
|
|
"hls.js.sublime-project",
|
|
"hls.js.sublime-workspace"
|
|
]
|
|
}
|
|
]
|
|
}
|