github.com/isyscore/isc-gobase@v1.5.3-0.20231218061332-cbc7451899e9/.gitignore (about)

     1  .DS_Store
     2  .idea/
     3  .vscode/
     4  .fleet/
     5  # Binaries for programs and plugins
     6  *.exe
     7  *.exe~
     8  *.dll
     9  *.so
    10  *.dylib
    11  
    12  # Test binary, built with `go test -c`
    13  *.test
    14  
    15  # Output of the go coverage tool, specifically when used with LiteIDE
    16  *.out
    17  
    18  # Dependency directories (remove the comment below to include it)
    19  # vendor/
    20  
    21  logs/
    22  go.sum
    23  .vscode/
    24  
    25  # other language
    26  *.java
    27  *.class
    28  *.jar
    29