github.com/xgoffin/jenkins-library@v1.154.0/.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  
    29  # build artifacts
    30  /piper
    31  /piper.exe
    32  /piper_master
    33  /piper_master.exe
    34  /jenkins-library
    35  /jenkins-library.exe
    36  
    37  # piper binary outputs
    38  .pipeline/commonPipelineEnvironment/
    39  .pipeline/influx/
    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