github.com/joelanford/operator-sdk@v0.8.2/.gitignore (about)

     1  # Project-local glide cache, RE: https://github.com/Masterminds/glide/issues/736
     2  .glide/
     3  
     4  # Folders
     5  _obj
     6  _test
     7  _output
     8  .kube
     9  .idea
    10  
    11  # Created by https://www.gitignore.io/api/go,vim,emacs,visualstudiocode
    12  
    13  ### Emacs ###
    14  # -*- mode: gitignore; -*-
    15  *~
    16  \#*\#
    17  /.emacs.desktop
    18  /.emacs.desktop.lock
    19  *.elc
    20  auto-save-list
    21  tramp
    22  .\#*
    23  
    24  # Org-mode
    25  .org-id-locations
    26  *_archive
    27  
    28  # flymake-mode
    29  *_flymake.*
    30  
    31  # eshell files
    32  /eshell/history
    33  /eshell/lastdir
    34  
    35  # elpa packages
    36  /elpa/
    37  
    38  # reftex files
    39  *.rel
    40  
    41  # AUCTeX auto folder
    42  /auto/
    43  
    44  # cask packages
    45  .cask/
    46  dist/
    47  
    48  # Flycheck
    49  flycheck_*.el
    50  
    51  # server auth directory
    52  /server/
    53  
    54  # projectiles files
    55  .projectile
    56  
    57  # directory configuration
    58  .dir-locals.el
    59  
    60  ### Go ###
    61  # Binaries for programs and plugins
    62  *.exe
    63  *.exe~
    64  *.dll
    65  *.so
    66  *.dylib
    67  
    68  # Test binary, build with `go test -c`
    69  *.test
    70  
    71  # Output of the go coverage tool, specifically when used with LiteIDE
    72  *.out
    73  
    74  ### Go Patch ###
    75  /Godeps/
    76  
    77  ### Vim ###
    78  # Swap
    79  [._]*.s[a-v][a-z]
    80  [._]*.sw[a-p]
    81  [._]s[a-rt-v][a-z]
    82  [._]ss[a-gi-z]
    83  [._]sw[a-p]
    84  
    85  # Session
    86  Session.vim
    87  
    88  # Temporary
    89  .netrwhist
    90  # Auto-generated tag files
    91  tags
    92  # Persistent undo
    93  [._]*.un~
    94  
    95  ### VisualStudioCode ###
    96  .vscode/*
    97  
    98  # End of https://www.gitignore.io/api/go,vim,emacs,visualstudiocode
    99  
   100  # Build artifacts
   101  build/*
   102  test/ansible-operator/ansible-operator
   103  test/helm-operator/helm-operator
   104  images/scorecard-proxy/scorecard-proxy
   105  
   106  # Test artifacts
   107  pkg/ansible/runner/testdata/valid.yaml