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