PHPloy
PHPloy copied to clipboard
include specify type of files
I have gitignored folder but I need send specify group of files (without subfolders).
I try this:
include[] = 'html/*.html'
but doesn't work. Got error:
! File not found - please check path: D:\xampp\htdocs\folder/html/*.html
Is it possible to make it work like exclude option?