suppose I fork an open source project, and then I modify some files during the development process, but when I mention pull request later, I don"t want to submit some of them. Excuse me, is there any way?
for example, I will change the ignore file during the development process, and then I do not want to overwrite the ignore file of the original project when I submit the pull request.
at present, we can use the method of not add the modified ignore files, but my project may also be developed by multiple people, which requires the sharing of ignore files between projects, and the add method is no longer available.