Answer the question
In order to leave comments, you need to log in
How to change gitignore on the fly?
I have a folder that is ignored app/design/frontend/rwd/
and all its contents are also ignored, I did a couple of times push
.
But now I need to create a file there vendor.xml
that should not be ignored.
Made so: !app/design/frontend/rwd/vendor.xml
But it all the same is ignored! I do git status
but it is not tracked and git add app/design/frontend/rwd/vendor.xml
also tried!
What to do in such cases so that the git stops ignoring it?
Answer the question
In order to leave comments, you need to log in
is it
stackoverflow.com/questions/987142/make-gitignore-...
?
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question