github.com/dhax/go-base@v0.0.0-20231004214136-8be7e5c1972b/.gitignore (about)

     1  .DS_STORE
     2  .vscode
     3  .realize.yaml
     4  .idea
     5  
     6  .env
     7  .env.*
     8  !.env.example
     9  
    10  debug
    11  go-base
    12  
    13  # Binaries for programs and plugins
    14  *.exe
    15  *.dll
    16  *.so
    17  *.dylib
    18  
    19  # Test binary, build with `go test -c`
    20  *.test
    21  
    22  # Output of the go coverage tool, specifically when used with LiteIDE
    23  *.out