-
Notifications
You must be signed in to change notification settings - Fork 156
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
magento/core is mapped as folders not as files #174
Comments
AFAIK this is not supported. Shameless plug but I have package to manage the core which should do what you want it to do. |
Hello, Aydin. Thanks for your solution. I will try to use it in our projects. I have created a project - https://github.com/praxigento/z_mage_composer_prj_01_full/tree/without_mage_gitignore and when I deploy this project using Magento Composer file ./mage/.gitignore contains almost all mage/core entries. These entries are not in the mage/.gitignore:
File mage/.gitignore generated by composer does not contain markers
and Nmmlm_Log entries look like
not like
It is not critical for me, I hope, just for note. |
Hello, guys.
I have created project with the following composer.json:
when I run composer:
I have folder mapping for magento/core module in ./mage/.gitignore file:
I need file level mapping in ./mage/.gitignore for my project to get git available for theme and non-composer Magento modules. What configure parameter I should use to get file level mapping instead of folder level mapping for magento/core?
Thanks,
Alex.
The text was updated successfully, but these errors were encountered: