github.com/dhaiducek/policy-generator-plugin@v1.99.99/.gitignore (about)

     1  # Binaries for programs and plugins
     2  *.exe
     3  *.exe~
     4  *.dll
     5  *.so
     6  *.dylib
     7  **/.DS_Store
     8  /PolicyGenerator
     9  build_output
    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  .go/
    21  
    22  # IDE
    23  .vscode
    24  .idea
    25  
    26  bin/
    27  
    28  gosec.json
    29  coverage.out