You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: