github.com/chain5j/chain5j-pkg@v1.0.7/.gitignore (about)

     1  ### Go template
     2  # Binaries for programs and plugins
     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  # Dependency directories (remove the comment below to include it)
    16  vendor/
    17  
    18  ### macOS template
    19  # General
    20  .DS_Store
    21  .AppleDouble
    22  .LSOverride
    23  ._*
    24  
    25  ### JetBrains template
    26  .idea/
    27  cmake-build-*/
    28  *.iws
    29  out/
    30  .idea_modules/
    31  
    32  go.sum