Hacker News
new
past
comments
ask
show
jobs
points
by
judofyr
5 hours ago
|
comments
by
weinzierl
3 hours ago
|
next
[-]
Mine is
aux
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.
reply
by
trinix912
1 hours ago
|
parent
|
next
[-]
Does Windows still go crazy when making an “aux” or “con” directory or has this been patched?
reply
by
metadat
2 hours ago
|
parent
|
prev
|
[-]
Genius idea.
reply
by
addedGone
1 hours ago
|
parent
|
[-]
The next Elon musk.
reply
by
williamjackson
5 hours ago
|
prev
|
[-]
I do this too! But I call it `.local`
reply
by
zahlman
3 hours ago
|
parent
|
next
[-]
I have a new-repository script that creates a .local directory and puts a .gitignore with just `*` in it.
reply
by
bflesch
2 hours ago
|
parent
|
prev
|
[-]
Doesn't git automatically exclude all files starting with a dot?
reply
by
micael_dias
2 hours ago
|
parent
|
[-]
No
reply