Closed akerl closed 2 years ago
Ran into this w/ a submodule. I submodule a scripts repo at .bin, and that repo contains circle.yml. So when I ran .../... upgrade, it was linking that file into my homedir.
.bin
circle.yml
.../... upgrade
This adds exclusions, which let me prevent that in a structured way.
Ran into this w/ a submodule. I submodule a scripts repo at
.bin
, and that repo containscircle.yml
. So when I ran.../... upgrade
, it was linking that file into my homedir.This adds exclusions, which let me prevent that in a structured way.