Maven (famous)@lemmy.world to Programmer Humor@programming.dev · 10 months agoGOD DAMMIT STEVEN! NOT AGAIN!lemmy.worldimagemessage-square64fedilinkarrow-up11arrow-down10
arrow-up11arrow-down1imageGOD DAMMIT STEVEN! NOT AGAIN!lemmy.worldMaven (famous)@lemmy.world to Programmer Humor@programming.dev · 10 months agomessage-square64fedilink
minus-squarelars@lemmy.sdf.orglinkfedilinkarrow-up0·10 months agoDo I really have to escape my dots in a .gitignore?
minus-squareEphera@lemmy.mllinkfedilinkarrow-up0·10 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
?Not usually
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.
Also don’t need trailing slash
nah