Maven (famous)@lemmy.world to Programmer Humor@programming.dev · 7 months agoGOD DAMMIT STEVEN! NOT AGAIN!lemmy.worldimagemessage-square94fedilinkarrow-up1701
arrow-up1701imageGOD DAMMIT STEVEN! NOT AGAIN!lemmy.worldMaven (famous)@lemmy.world to Programmer Humor@programming.dev · 7 months agomessage-square94fedilink
minus-squarelars@lemmy.sdf.orglinkfedilinkarrow-up31·7 months agoDo I really have to escape my dots in a .gitignore?
minus-squareEphera@lemmy.mllinkfedilinkarrow-up28·edit-27 months agoI really don’t think so. The documentation says nothing of the like. Maybe someone thought it’s a regex pattern, where escaping dots would make sense. But yeah, it mostly works like glob patterns instead.
Do I really have to escape my dots in a
.gitignore
?I really don’t think so. The documentation says nothing of the like.
Maybe someone thought it’s a regex pattern, where escaping dots would make sense. But yeah, it mostly works like glob patterns instead.
nah
Not usually
Also don’t need trailing slash