github.com/twilio/twilio-go@v1.20.1/.gitignore (about)

     1  # Binaries for programs and plugins
     2  *.exe
     3  *.exe~
     4  *.dll
     5  *.so
     6  *.dylib
     7  .idea
     8  *.iml
     9  
    10  **/.openapi-generator*
    11  
    12  # Test binary, built with `go test -c`
    13  *.test
    14  
    15  # Output of the go coverage tool, specifically when used with LiteIDE
    16  *.out
    17  
    18  # Dependency directories (remove the comment below to include it)
    19  # vendor/
    20  
    21  # Vim Swap Files
    22  .*swp
    23  
    24  /scratch
    25  
    26  coverage.out
    27  test-report.out