github.com/gudimz/urlShortener@v0.0.0-20230129195305-c8ee33059a67/.gitignore (about)

     1  # Binaries for programs and plugins
     2  *.exe
     3  *.exe~
     4  *.dll
     5  *.so
     6  *.dylib
     7  urlShortener
     8  logs
     9  .idea
    10  data
    11  .DS_Store
    12  
    13  # Test binary, built with `go test -c`
    14  *.test
    15  
    16  # Output of the go coverage tool, specifically when used with LiteIDE
    17  *.out
    18  
    19  # Dependency directories (remove the comment below to include it)
    20  # vendor/