github.com/nikkelma/oras-project_oras-go@v1.1.1-0.20220201001104-a75f6a419090/.gitignore (about)

     1  # Binaries for programs and plugins
     2  *.exe
     3  *.exe~
     4  *.dll
     5  *.so
     6  *.dylib
     7  
     8  # Test binary, build with `go test -c`
     9  *.test
    10  
    11  # Output of the go coverage tool, specifically when used with LiteIDE
    12  *.out
    13  
    14  # VS Code
    15  .vscode
    16  debug
    17  
    18  # Jetbrains
    19  .idea
    20  
    21  # Custom
    22  .cover/
    23  .test/
    24  hello.txt
    25  bin/
    26  dist/
    27  *.tar.gz
    28  vendor/
    29  _dist/