github.com/pluralsh/plural-cli@v0.9.5/.gitignore (about)

     1  # IDE files
     2  .idea/
     3  .vscode/
     4  
     5  # Testing files
     6  context.yaml
     7  workspace.yaml
     8  
     9  # Build files and binaries
    10  dist/
    11  build/
    12  *.exe
    13  *.exe~
    14  *.dll
    15  *.so
    16  *.o
    17  *.dylib
    18  __debug_bin
    19  
    20  # Test binary, built with `go test -c`
    21  *.test
    22  
    23  # Output of the go coverage tool, specifically when used with LiteIDE
    24  *.out
    25  forge*.o
    26  plural*.o
    27  
    28  # Vendored dependencies
    29  vendor/