github.com/sapplications/sb@v0.0.0-20240116135441-1a13cafe3497/.gitignore (about)

     1  # Binary files
     2  *.exe~
     3  *.dll
     4  *.so
     5  *.dylib
     6  
     7  # Generated the test files (go test -c)
     8  *.test
     9  
    10  # Output of the go coverage tool, specifically when using LiteIDE
    11  *.out
    12  
    13  # Dependency directories
    14  # vendor/
    15  
    16  .vscode
    17  *.log
    18  
    19  /samples/helloworld/