Lund-Observatory-Teaching / lundpython

2 stars 0 forks source link

Remove unused files #84

Closed AlinderS closed 12 months ago

AlinderS commented 1 year ago

There are quite a few files that seem to be unused. I removed them. There seemed to be particularly many images that were left after they stopped being used, so I wrote a small bash script to automate looking for references to the filenames.

eerovaher commented 1 year ago

It would be best if the new pre-commit hook would prove its usefulness by removing the unused files from imgs/ itself, but that would require editing the commit history of this pull request. I'll leave it for you to decide if you want to do that.

AlinderS commented 12 months ago

I tested the new hook locally and it worked as expected. I think that is good enough for this project.