github.com/grafviktor/keep-my-secret@v0.9.10-0.20230908165355-19f35cce90e5/.gitignore (about)

     1  # Binaries for programs and plugins
     2  *.exe
     3  *.exe~
     4  *.dll
     5  *.so
     6  *.dylib
     7  
     8  # Test binary, built with `go test -c`
     9  *.test
    10  
    11  # Output of the go coverage tool, specifically when used with LiteIDE
    12  *.out
    13  
    14  # Binaries
    15  cmd/kms/main
    16  cmd/kms/kms
    17  ui/static
    18  
    19  # Dependency directories (remove the comment below to include it)
    20  vendor/
    21  
    22  # Temporary files
    23  *.db
    24  .DS_Store
    25  
    26  # Codecov report
    27  unit.txt
    28  
    29  # Project secrets
    30  cert.pem
    31  key.pem
    32  
    33  # IDE garbage
    34  .idea
    35  .vscode