Sammyjo20 / lasso

🐎 Lasso is a Laravel package created to make your deployments blazing fast.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ignoring hidden files

andreliem opened this issue · comments

When trying to ignore .DS_Store files from my computer none of these rules seem to work

'excluded_files' => ['DS_Store', '*.DS_Store', '.DS_Store']

Never mind, it seems to be working :)