github.com/soypat/vectytemplater@v0.0.0-20220501050640-d40b24e35168/.gitignore (about)

     1  vectytemplater
     2  testdata/*
     3  
     4  # Binaries for programs and plugins
     5  *.exe
     6  *.exe~
     7  *.dll
     8  *.so
     9  *.dylib
    10  
    11  # Test binary, built with `go test -c`
    12  *.test
    13  
    14  # Output of the go coverage tool, specifically when used with LiteIDE
    15  *.out
    16  
    17  # Dependency directories (remove the comment below to include it)
    18  # vendor/
    19  
    20  # Ignore the module files in templates as these are auto-generated by running the tool.
    21  _templates/**/go.sum
    22  _templates/**/go.mod