I'm having various versions of some .hbs files as I develop (yeah, not bothering with git here, as I have to make quick and dirty changes). So, is there a quick(!) way to make Handlebars ignore some files, just like it automatically registers files starting with an underscore as a partial?
filename_.hbs or the like would be nice ...
I know I could do this in my gulp file, but it would be to ... well, you know.
I'm having various versions of some .hbs files as I develop (yeah, not bothering with git here, as I have to make quick and dirty changes). So, is there a quick(!) way to make Handlebars ignore some files, just like it automatically registers files starting with an underscore as a partial?
filename_.hbs or the like would be nice ...
I know I could do this in my gulp file, but it would be to ... well, you know.