github.com/abemedia/go-don@v0.2.2-0.20240329015135-be88e32bb73b/.gitignore (about)

     1  # Test binary, built with `go test -c`
     2  *.test
     3  
     4  # Output of the go coverage tool
     5  *.out
     6  
     7  # Dependency directories
     8  vendor/
     9  
    10  # Taskfile checksums directory
    11  .task/
    12  
    13  # Go workspace
    14  go.work
    15  go.work.sum