louwrentius / fio-plot

Create charts from FIO storage benchmark tool output
BSD 3-Clause "New" or "Revised" License
370 stars 87 forks source link

junk files in git #53

Closed draeath closed 3 years ago

draeath commented 3 years ago

Hello,

While trying out your project, I noticed you have some stuff in your repo that should ideally be put into .gitignore and never added.

Notable examples are the OSX .DSStore files and \_pychace__ directories.

Consider removing these files (they're small enough you don't have to go back rewriting history to wipe them!) and utilizing a good .gitignore. This might be a good one to base from!

draeath commented 3 years ago

I see you've got some of them ignored, but since they were tracked before you added that they're still, uh, tracked. :)

Also looks like .vscode and .pytest_cache should be similarly treated.

louwrentius commented 3 years ago

Thanks for your contribution!

I have cleaned up the .DS_Store and pychache files. I want to keep the vscode files, I'm not going to remove them.

I've pushed the cleanup to the master branch.