Sublime Forum

How to partially override index_exclude_gitignore in a project/globally

#1

I have excluded a few *.md files from a git project with gitignore.
Sublime follows that setting
How do I override in on a per-project basic without disabling the “index_exclude_gitignore” setting?
I’ve tried adding "file_include_patterns": ["*.md"] to the list of included folders in the .sublime-project file, but it didn’t help, though I’d expect manual specific settings to always have a higher precedence over the more generic ones

Also, is there a way to do that globally? I.e., always index/switch to *.md files even if they’re ignored?

0 Likes