...

Text file src/github.com/google/go-github/v47/.gitignore

Documentation: github.com/google/go-github/v47

     1*.sh
     2*.test
     3coverage.out
     4# intellij files
     5.idea/
     6vendor/
     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

View as plain text