cli/.gitignore
Nate Smith c7eb57d443
respect GH_HOST when resolving remotes (#2301)
* vim to gitignore

* respect GH_HOST in Resolver

* slight restructure, add a test

* grammar fix
2020-11-19 12:59:18 -06:00

22 lines
164 B
Text

/bin
/share/man/man1
/gh-cli
.envrc
/dist
/site
.github/**/node_modules
/CHANGELOG.md
# VS Code
.vscode
# IntelliJ
.idea
# macOS
.DS_Store
# vim
*.swp
vendor/