github.com/projectcalico/api@v0.0.0-20231218190037-9183ab93f33e/.gitignore (about)

     1  # Binaries for programs and plugins
     2  *.exe
     3  *.exe~
     4  *.dll
     5  *.so
     6  *.dylib
     7  
     8  # Test binary, built with `go test -c`
     9  *.test
    10  
    11  # Output of the go coverage tool, specifically when used with LiteIDE
    12  *.out
    13  
    14  .generate_execs
    15  .generate_files
    16  .go-pkg-cache/
    17  Makefile.common*
    18  bin/
    19  
    20  # IDE files
    21  /.idea/
    22  /.vscode/