Sublime Forum

Exceptions to exclude patterns

#1

I would like to exclude all hidden files and folders, as in

"file_exclude_patterns": [".*"],
"folder_exclude_patterns": [".*"],

but at the same time I need to include some specific hidden files, such as ".env" (it’s an entire file name, not an extension) or ".gitignore"

How can I do so?

0 Likes