* vim to gitignore * respect GH_HOST in Resolver * slight restructure, add a test * grammar fix
22 lines
164 B
Text
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/
|