logoalt Hacker News

judofyrtoday at 2:34 PM1 replyview on HN

Not sure where I picked up this, but I’ve added this to my global Git ignore:

    attic
That way you can just create an attic directory in any project where you can keep random stuff that should never be committed. I’ve yet to find a repo which actually has such a directory checker in.

Replies

williamjacksontoday at 2:38 PM

I do this too! But I call it `.local`

show 2 replies