sublimetext3 - Sublime Text - Ignore files in search -
there way exclude file (javascript compresed) searchs in sublime text?
find > find in files... (ctrl+shift+f on windows, cmd+shift+f on mac)
find: string find
where: path/to/folder, path/to/another/folder, -*.min.js
you can either manually type comma-separated paths 'where' input field or click ... button right of field select criteria. exclude minified js files add -*.min.js
Comments
Post a Comment