any idea why pants is erroring out:
# general
p
any idea why pants is erroring out:
w
none! … is that path gitignored or pants_ignored ?
p
there is no pants_ignored
and this .gitignore looks like that:
(this also fails locally, not just in CI)
ughh... I think I figured it out..
3rdparty
vs
3rdParty
👍 1
the folder was named
3rdparty
locally.
w
oof. yea.
p
renamed and it worked...
🤦‍♂️
w
iirc, old versions of git also won’t pick up on that unless it is removed and then recreated in a separate commit
p
yep had to rename, commit and rename again.
w
i’ll add a note about case sensitivity there too.