.DS_Store file in ./lib gets falsly identified as git submodule
Open
- Dominant language
- Haskell
- Stars
- 2.1k
- Forks
- 320
- PR merge metrics
- No merged PRs in 30d
Description
Because I was using the Mac OS browser, I ended up having a .DS_Store at ./lib/.DS_Store of a dapptools project. Technically there shouldn't be any .DS_Store files in ./lib. But also `dapp test` and `dapp update` should just ignore it
```bash
dapp test
dapp-remappings: error: ./lib/.DS_Store is not a Git repository
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.