github.com/amplia-iiot/yutil@v1.0.1-0.20231229120411-5d96a4c5a136/.gitignore (about)

     1  # Binaries for programs and plugins
     2  *.exe
     3  *.exe~
     4  *.dll
     5  *.so
     6  *.dylib
     7  yutil
     8  
     9  # Test binary, built with `go test -c`
    10  *.test
    11  junit-report.xml
    12  
    13  # Output of the go coverage tool, specifically when used with LiteIDE
    14  *.out
    15  *.cov
    16  coverage.xml
    17  
    18  # Release directories
    19  dist/
    20  
    21  # Dependency directories (remove the comment below to include it)
    22  # vendor/
    23  
    24  # Temp files
    25  tmp/