I have checked out a very old feature branch and would like to rebase master.
However, there are webpack build files that aren't included in .gitignore which causes the rebase to prompt me to resolve conflicts for every commit of the feature branch for these webpack build files.
My question is, is there a way to ignore these webpack build files conflicts?