This PR fixes an issue with the original .gitignore file
In Git, the filename for the ignore rules file should be .gitignore, not .gitIgnore. It's case-sensitive, and Git expects the filename to be all lowercase.
Changes:
Changed file name to .gitignore removing the uppercase letter i.
Formatted with comments and reordered the ignored rules for a more clear documented file.
Fix:
.gitignore
file name and formattingThis PR fixes an issue with the original
.gitignore
file.gitignore
, not.gitIgnore
. It's case-sensitive, and Git expects the filename to be all lowercase.Changes:
.gitignore
removing the uppercase letteri
.Related issue: