Answer the question
In order to leave comments, you need to log in
How to add a file with a regex to gitignore?
I want to add a file that contains in the name bundle.js
This can be
/public/js/bundle.js
/public/js/1.bundle.js
/public/js/что-то-еще.bundle.js
^.*bundle.js
/public/js/*bundle.js
git rm --cached
, but something still doesn’t work
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question