github.com/google/go-github/v74@v74.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
    17  
    18  # golangci-lint -v custom generates the following local file:
    19  custom-gcl