github.com/miguelgrubin/gin-boilerplate@v0.0.0-20231208120009-f8f00c6d4138/.gitignore (about)

     1  # Mac OS X files
     2  .DS_Store
     3  
     4  # Binaries for programs and plugins
     5  *.exe
     6  *.exe~
     7  *.dll
     8  *.so
     9  *.dylib
    10  
    11  # Test binary, build with `go test -c`
    12  *.test
    13  
    14  # Output of the go coverage tool, specifically when used with LiteIDE
    15  *.out
    16  
    17  # Project-local glide cache, RE: https://github.com/Masterminds/glide/issues/736
    18  .glide/
    19  
    20  # Dependency directories (remove the comment below to include it)
    21  vendor/
    22  
    23  # Binaries generated on compile
    24  bin/
    25  
    26  # Tmp files
    27  tmp/
    28  
    29  .vscode/*
    30  !.vscode/launch.json
    31  
    32  coverage
    33  coverage.out
    34  coverage.html
    35  
    36  database.db
    37  test/database.db