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