...

Text file src/github.com/kvaps/dnsmasq-controller/.gitignore

Documentation: github.com/kvaps/dnsmasq-controller

     1
     2# Binaries for programs and plugins
     3*.exe
     4*.exe~
     5*.dll
     6*.so
     7*.dylib
     8bin
     9
    10# Test binary, build with `go test -c`
    11*.test
    12
    13# Output of the go coverage tool, specifically when used with LiteIDE
    14*.out
    15
    16# Kubernetes Generated files - skip generated files, except for vendored files
    17
    18!vendor/**/zz_generated.*
    19
    20# editor and IDE paraphernalia
    21.idea
    22*.swp
    23*.swo
    24*~
    25
    26# vscode
    27.vscode

View as plain text