lucasmotta / dploy

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

Include dot files in `minimatch` exclude. Should fix #44. #47

Closed CWSpear closed 10 years ago

CWSpear commented 10 years ago

Some issues surrounding dot files being included when they shouldn't be. It appears that it was because minimatch does not include dot files by default. This changes that.

lucasmotta commented 10 years ago

Sorry for taking that long to reply to the issues, but I've been pretty busy with my work lately. I will take a look at this weekend! Thanks for the help @CWSpear!