github.com/google/go-github/v49@v49.1.0/.gitignore (about) 1 *.sh 2 *.test 3 coverage.out 4 # intellij files 5 .idea/ 6 vendor/ 7 .DS_Store 8 .vscode 9 # vim temp files 10 *.swp 11 12 # goenv local version. See https://github.com/syndbg/goenv/blob/master/COMMANDS.md#goenv-local for more info. 13 .go-version