github.com/Axway/agent-sdk@v1.1.101/.gitignore (about) 1 # IDE project directories 2 .vscode/ 3 .idea/ 4 # Go lang dependencies, Use 'dep ensure --vendor-only' to fetch the package dependencies 5 *.code-workspace 6 .DS_Store 7 8 # Build artifacts 9 bin/ 10 __debug_bin 11 debug 12 *.log 13 14 # Ignore key files in root 15 /private_key.pem 16 /public_key* 17 18 # Ignore zip files in root 19 ./apic_traceability_agent.zip 20 ./apic_discovery_agent.zip 21 22 # ignores if running sonarscanner locally 23 .scannerwork 24 25 # Test artifacts 26 gocoverage.out 27 goreport.json 28 twistcli 29 goreport.json 30 results.json 31 analysis.json 32 *cover.out 33 coverage.html 34 cache_save_file.json 35 pkg/config/path 36 pkg/traceability/sampling/file 37 38 main-resources.json 39 sub-resources.json 40 vendor 41 sample.sequence