Sublime Forum

Exclude files but not so much

#1

I want to exclude some files from the projects, they’re looks like “index.html”, “login.html” etc, so I use parameter “file_exclude_patterns” that looks like:

"file_exclude_patterns": "index.php", "index.html"]

Unfortunately, this code also hides filenames “index.php.in”, “index.html.in”. Is it possible resolve this? It would be much reasonable to use wildcards if I want to match all files that begin with some pattern.

0 Likes

#2

So, any response? Is there bug tracker for sublimetext anywhere?

0 Likes