github.com/shravanasati/hydra@v1.0.1-0.20240122045627-1082d2ed50d2/.gitignore (about)

     1  # Binaries for programs and plugins
     2  bin/
     3  *.exe
     4  *.exe~
     5  *.dll
     6  *.so
     7  *.dylib
     8  
     9  # Test binary, built with `go test -c`
    10  *.test
    11  
    12  # Output of the go coverage tool, specifically when used with LiteIDE
    13  *.out
    14  
    15  # Visual Studio Code 
    16  .vscode/
    17  tempCodeRunnerFile.go 
    18  
    19  # JetBrains IDEs
    20  .idea/
    21  
    22  # Dependency directories (remove the comment below to include it)
    23  # vendor/
    24  
    25  # Test Coverage
    26  coverage.html