Is there any way to exclude .min.js files from project search?
When I do a project-wide search using shift+ctrl+f I would like to exclude search results from files with the extension .min.js.
I tried adding this file mask: *.*, *-.min.js
But it doesn't exclude .min.js files.
Please sign in to leave a comment.
Hi there,
1) Create custom scope (Settings | Appearance & Behaviour | Scopes) -- either include only desired files/folders .. or just exclude all unwanted files/folders
2) Use it "Find in Path" (Custom --> point to the newly created scope)
Is there an automatic way to just exclude files from search that are in my .gitignore?
(I am not good at regex )
@Derrick
>(I am not good at regex )
Scopes does not use regex :)
>Is there an automatic way to just exclude files from search that are in my .gitignore?
No.
See these tickets: