You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm going to start sticking my Sublime Text settings and plugins here.
code
"goto_anything_exclude_gitignore": true,
This setting is new *devBuilds* in ST4 (Build 4130 released on March 23, 2022). Set it to true and any file that matches your `.gitignore` patterns will not show up in ST's autocomplete, navigation, et cetera. Found this one on StackOverflow.