github.com/aquasecurity/trivy-iac@v0.8.1-0.20240127024015-3d8e412cf0ab/.gitignore (about)

     1  # Test binary, built with `go test -c`
     2  *.test
     3  
     4  # Output of the go coverage tool, specifically when used with LiteIDE
     5  *.out
     6  
     7  # Dependency directories (remove the comment below to include it)
     8  vendor/
     9  .idea/
    10  *.iml
    11  .vscode/
    12  .DS_Store