hidden executable: Add provisio exception

This commit is contained in:
Thomas Stromberg 2023-06-09 07:12:16 -04:00
parent d08fdd38b2
commit d5c6233716

View File

@ -48,6 +48,7 @@ WHERE
AND NOT f.directory LIKE '%/.bin-unwrapped'
AND NOT f.directory LIKE '%/.cargo/bin'
AND NOT f.directory LIKE '%/.config/nvm/%/bin'
AND NOT f.directory LIKE '%/.provisio/bin/%'
AND NOT f.directory LIKE '%/.local/%'
AND NOT f.directory LIKE '%/node_modules/.bin/%'
AND NOT f.directory LIKE '%/.nvm/versions/%/bin'