sigs.k8s.io/azuredisk-csi-driver@v1.30.1/.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  # This is where the result of the go build goes
    20  /output*/
    21  /_output*/
    22  /_output
    23  
    24  # Emacs save files
    25  *~
    26  \#*\#
    27  .\#*
    28  
    29  # Vim-related files
    30  [._]*.s[a-w][a-z]
    31  [._]s[a-w][a-z]
    32  *.un~
    33  Session.vim
    34  .netrwhist
    35  
    36  # cscope-related files
    37  cscope.*
    38  
    39  # Go test binaries
    40  *.test
    41  
    42  # JUnit test output from ginkgo e2e tests
    43  /junit*.xml
    44  
    45  # Mercurial files
    46  **/.hg
    47  **/.hg*
    48  
    49  # Vagrant
    50  .vagrant
    51  
    52  .tags*
    53  
    54  # Test artifacts produced by Jenkins jobs
    55  /_artifacts/
    56  
    57  # Go dependencies installed on Jenkins
    58  /_gopath/
    59  
    60  # direnv .envrc files
    61  .envrc
    62  
    63  # This file used by some vendor repos (e.g. github.com/go-openapi/...) to store secret variables and should not be ignored
    64  !\.drone\.sec
    65  
    66  # Godeps or dep workspace
    67  /Godeps/_workspace
    68  
    69  /bazel-*
    70  *.pyc
    71  
    72  # golangci-lint
    73  /bin/*