github.com/ouraigua/jenkins-library@v0.0.0-20231028010029-fbeaf2f3aa9b/.gitignore (about) 1 .idea/ 2 bin 3 .settings 4 logs 5 reports 6 *.class 7 *.iml 8 .classpath 9 .project 10 *~ 11 .vscode 12 13 # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml 14 hs_err_pid* 15 16 target/ 17 targets/ 18 documentation/docs-gen 19 20 consumer-test/**/workspace 21 22 *.code-workspace 23 .factorypath 24 25 debug.test 26 /cache/protecode 27 28 # build artifacts 29 /piper 30 /piper.exe 31 /piper_master 32 /piper_master.exe 33 /jenkins-library 34 /jenkins-library.exe 35 36 # piper binary outputs 37 .pipeline/commonPipelineEnvironment/ 38 .pipeline/influx/ 39 .pipeline/stepReports/ 40 *errorDetails.json 41 *_links.json 42 *_reports.json 43 44 # Result files 45 ATCResults.xml 46 AUnitResults.xml 47 ATCResults.html 48 AUnitResults.html 49 cmd/.pipeline/stepReports/ 50 cmd/checkmarx/piper_checkmarx_report.json 51 cmd/checkmarx/piper_checkmarx_report.html 52 cmd/fortify/piper_fortify_report.html 53 cmd/fortify/piper_fortify_report.json 54 cmd/toolruns