I am trying to exclude everything from the folder Local, but only keep the file Backstroke.gitmodules. I tried this combination, but it keeps ignoring all the files, and if I add "*" to file_include_patterns, it start accepting all the files.
{
"folders":
[
{
"path": ".",
"folder_exclude_patterns":
[
"Cache",
"Index",
"Lib",
],
"file_include_patterns":
[
"Local/Backstroke.gitmodules",
],
},
]
}
Related threads: