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
@AydinHassan I think this could be fixed easily in the GitIgnore class.
@AydinHassan@Flyingmana But we should also try to fix the different slashes. Seems like the glob part is taking the DIRECTORY_SEPARATOR while the modman pard keeps the '/'. This should also be converted to the systems DIRECTORY_SEPARATOR I think.
So we might just replace any separators just before writing them to the deployed or removed Files array
When I have deployed project with extra parameters as
on my Windows 7 station, I have read the following entries in the mage/.gitignore file:
some slashes are forward but some are backward. Git ignores these entries when processing .gitignore, I need to change all "" to "/" to fix ignores.
The text was updated successfully, but these errors were encountered: