open-cluster-management.io/governance-policy-propagator@v0.13.0/.gitignore (about)

     1  # Temporary Build Files
     2  build/_output
     3  build/_test
     4  # Created by https://www.gitignore.io/api/go,vim,emacs,visualstudiocode
     5  ### Emacs ###
     6  # -*- mode: gitignore; -*-
     7  *~
     8  \#*\#
     9  /.emacs.desktop
    10  /.emacs.desktop.lock
    11  *.elc
    12  auto-save-list
    13  tramp
    14  .\#*
    15  # Org-mode
    16  .org-id-locations
    17  *_archive
    18  # flymake-mode
    19  *_flymake.*
    20  # eshell files
    21  /eshell/history
    22  /eshell/lastdir
    23  # elpa packages
    24  /elpa/
    25  # reftex files
    26  *.rel
    27  # AUCTeX auto folder
    28  /auto/
    29  # cask packages
    30  .cask/
    31  dist/
    32  # Flycheck
    33  flycheck_*.el
    34  # server auth directory
    35  /server/
    36  # projectiles files
    37  .projectile
    38  projectile-bookmarks.eld
    39  # directory configuration
    40  .dir-locals.el
    41  # saveplace
    42  places
    43  # url cache
    44  url/cache/
    45  # cedet
    46  ede-projects.el
    47  # smex
    48  smex-items
    49  # company-statistics
    50  company-statistics-cache.el
    51  # anaconda-mode
    52  anaconda-mode/
    53  ### Go ###
    54  # Binaries for programs and plugins
    55  *.exe
    56  *.exe~
    57  *.dll
    58  *.so
    59  *.dylib
    60  # Test binary, build with 'go test -c'
    61  *.test
    62  # Output of the go coverage tool, specifically when used with LiteIDE
    63  *.out
    64  ### Vim ###
    65  # swap
    66  .sw[a-p]
    67  .*.sw[a-p]
    68  # session
    69  Session.vim
    70  # temporary
    71  .netrwhist
    72  # auto-generated tag files
    73  tags
    74  ### VisualStudioCode ###
    75  .vscode/*
    76  .history
    77  # End of https://www.gitignore.io/api/go,vim,emacs,visualstudiocode
    78  cmd/**/__debug_bin
    79  .go/*
    80  
    81  /build-harness
    82  /build-harness-extensions
    83  .build-harness-bootstrap
    84  OPENSOURCE.check
    85  
    86  # override build harness vendoring
    87  !vbh/.build-harness-vendorized
    88  !vbh/build-harness
    89  !vbh/build-harness-extensions
    90  coverage.html
    91  report.json
    92  report_*.json
    93  gosec.json
    94  
    95  .go
    96  
    97  vendor/
    98  bin
    99  testbin/*
   100  
   101  kubeconfig*
   102  dev-tls.crt
   103  dev-tls.key