ServiceNowDevProgram / Plants

🌱
https://github.com/ServiceNowDevProgram/Hacktoberfest
17 stars 198 forks source link

[Possible Bug] checksum.txt conflicts #214

Open unbirthdays opened 1 week ago

unbirthdays commented 1 week ago

Hi.

I see that a lot of these pull requests are having conflicts with checksum.txt files. I noticed that there's a checksum.txt in the repo, but it is not properly ignoring these files. I think the issue is because it's not looking in subdirectories for the checksum.txt files.

A possible solution would be to change the checksum.gitignore contents from

checksum.txt

to

**/checksum.txt

Let me know if this could be a solution or if this was intentional!

Thanks.

sharsha315 commented 1 week ago

Hi @unbirthdays, I would like to work on this issue. Could you please guide to get started. Thank you.

SapphicFire commented 1 week ago

The documentation behind this behaviour and why can be found here:

The .gitignore file also seems to be a template because normally these do not have a prefix. This should be addressable