lucasmotta / dploy

⛔️ currently unmaintained ⛔️
http://lucasmotta.github.io/dploy/
MIT License
990 stars 90 forks source link

Files exclude don't work #57

Closed stephane-r closed 9 years ago

stephane-r commented 10 years ago

Hi every body :)

In my dploy.yaml, i would like exclude my app.php and my folder app. So, in my dploy, i've this :

exclude: ["app.php", "app"]

But he don't ignore :(

Any idea ?

lucasmotta commented 10 years ago

It won't ignore either? Because for the app folder, I would suggest doing like this:

exclude: ["app.php", "app/**"]

Let me know if it works!