94
I just erased my project
(jlai.lu)
Post funny things about programming here! (Or just rant about your favourite programming language.)
Do you at least have some local commits to get back to? Or did your job remove the .git folder as well? ๐
also removed .git
what garbage cleanup tool gets rid of dotfiles, especially .git? if you let us know we can learn to avoid it
shutil.remove_tree(BASE_DIR)
instead ofshutil.remove_tree(TEMP_DIR)
inside of tear down code