github.com/blend/go-sdk@v1.20220411.3/.gitignore (about)

     1  # dist
     2  dist/**
     3  
     4  # Binaries for programs and plugins
     5  *.exe
     6  *.exe~
     7  *.dll
     8  *.so
     9  *.dylib
    10  
    11  # Test binary, build with `go test -c`
    12  *.test
    13  
    14  # Output of the go coverage tool, specifically when used with LiteIDE
    15  *.out
    16  
    17  .DS_Store
    18  
    19  profile.cov
    20  coverage.cov
    21  coverage.txt
    22  coverage.html
    23  
    24  # IntelliJ-isms
    25  .idea
    26  *.ipr
    27  *.iml