github.com/soypat/gitaligned@v0.3.4-0.20221228122414-e435aab44fbc/.gitignore (about)

     1  # Binaries for programs and plugins
     2  *.exe
     3  *.exe~
     4  *.dll
     5  *.so
     6  *.dylib
     7  
     8  # Coverage, IDE
     9  cov.sh
    10  coverage.txt
    11  .vscode/*
    12  
    13  *.exe
    14  *txt
    15  # Test binary, built with `go test -c`
    16  *.test
    17  gitaligned
    18  gitaligned.exe
    19  gitaligned_macos
    20  # Binary of module
    21  gitalign
    22  
    23  # Output of the go coverage tool, specifically when used with LiteIDE
    24  *.out
    25  
    26  # Dependency directories (remove the comment below to include it)
    27  # vendor/