ListBot
ListBot copied to clipboard
[BUG] Unwanted files present in the repo
Describe the bug The DS_Store file present in the root of the repo is supposed to be removed from the commits made in #108 But only a .gitignore entry was added, the original file was never removed.
To Reproduce Just visit the repo's source and you can see that the .DS_Store file exits
Expected behavior To have the file removed.