120
I just erased my project
(jlai.lu)
Post funny things about programming here! (Or just rant about your favourite programming language.)
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 codeoh, I see. well, lessons learned hopefully! :)
On top of that, the content of
.git/objects/
is write protected, so even if you gorm -r
, you'll get an additional warning.