github.com/yoogoc/kratos-scaffold@v0.0.0-20240402032722-a538b3c18955/.gitignore (about)

     1  ### Example user template template
     2  ### Example user template
     3  
     4  # IntelliJ project files
     5  .idea
     6  *.iml
     7  out
     8  gen
     9  ### Go template
    10  # Binaries for programs and plugins
    11  *.exe
    12  *.exe~
    13  *.dll
    14  *.so
    15  *.dylib
    16  
    17  # Test binary, built with `go test -c`
    18  *.test
    19  
    20  # Output of the go coverage tool, specifically when used with LiteIDE
    21  *.out
    22  
    23  # Dependency directories (remove the comment below to include it)
    24  # vendor/
    25  kratos-scaffold