+12

Exclude files/folders from project with regex patterns

Erik Kallevig 12 years ago 0
Currently you can exclude folders by name or files by type (ie. extension types) using the "file_exclude_patterns" and "folder_exclude_patterns".  The reason I looked into this setting was to be able to exclude the minified versions of .css and .js files that sit in the same directory as the un-minified versions.  I'd love to be able to specify an exclude pattern like ["*.min.js"] instead of just being able to exclude all .js files like you can currently do.