0

file_exclude_patterns matches too much files

Serge S 11 років тому 0
This code:

"file_exclude_patterns": ["pub/install.html"]


matches too much files, in my case this file is generated by build script and should not be visible, and original file (pub/install.html.in) should be visible. Unfortunately, ST2/3 hides both install.html.in and install.html.

In other words pattern "pub/install.html" actually works as "pub/install.html*"