github.com/qsunny/k8s@v0.0.0-20220101153623-e6dca256d5bf/examples-master/.gitignore (about)

     1  # OSX leaves these everywhere on SMB shares
     2  ._*
     3  
     4  # OSX trash
     5  .DS_Store
     6  
     7  # Eclipse files
     8  .classpath
     9  .project
    10  .settings/**
    11  
    12  # Files generated by JetBrains IDEs, e.g. IntelliJ IDEA
    13  .idea/
    14  *.iml
    15  
    16  # Vscode files
    17  .vscode
    18  
    19  # Emacs save files
    20  *~
    21  \#*\#
    22  .\#*
    23  
    24  # Vim-related files
    25  [._]*.s[a-w][a-z]
    26  [._]s[a-w][a-z]
    27  *.un~
    28  Session.vim
    29  .netrwhist
    30  
    31  # cscope-related files
    32  cscope.*
    33  
    34  # JUnit test output from ginkgo e2e tests
    35  /junit*.xml
    36  
    37  # Mercurial files
    38  **/.hg
    39  **/.hg*
    40  
    41  
    42  .tags*
    43  
    44  /bazel-*
    45  *.pyc