| ▲ | judofyr 5 hours ago | ||||||||||||||||||||||
Not sure where I picked up this, but I’ve added this to my global Git ignore:
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. | |||||||||||||||||||||||
| ▲ | weinzierl 3 hours ago | parent | next [-] | ||||||||||||||||||||||
Mine is
and I hide it by putting a .gitignore in it that just contains am asterisk (*), nothing else, that way it ignores itself and anything in it. | |||||||||||||||||||||||
| |||||||||||||||||||||||
| ▲ | williamjackson 5 hours ago | parent | prev [-] | ||||||||||||||||||||||
I do this too! But I call it `.local` | |||||||||||||||||||||||
| |||||||||||||||||||||||