.gitignore reference
Magento Open Source includes a base .gitignore
file. See the latest Commerce .gitignore
file. If you must add a file that is in the .gitignore
list, you can use the -f
(force) option when staging a commit:
git add <path/filename> -f
recommendation-more-help
386822bd-e32c-40a8-81c2-ed90ad1e198c