github.com/vpayno/adventofcode-2022-golang-workspace@v0.0.0-20230605190011-dbafed5593de/.gitignore (about)

     1  # Binaries for programs and plugins
     2  build/
     3  dist/
     4  *.exe
     5  *.exe~
     6  *.dll
     7  *.so
     8  *.dylib
     9  
    10  # Test binary, built with `go test -c`
    11  *.test
    12  
    13  # Output of the go coverage tool, specifically when used with LiteIDE
    14  *.out
    15  .coverage.json
    16  
    17  # Dependency directories (remove the comment below to include it)
    18  # vendor/
    19  
    20  # build artifacts
    21  # /cli-*
    22  
    23  # Ignore random things (usually things generaged in CI that we don't want to track).
    24  octocov
    25  
    26  # Node
    27  package-lock.json
    28  package.json