github.com/microsoft/fabrikate@v1.0.0-alpha.1.0.20210115014322-dc09194d0885/testdata/generate-yaml/helm_repos/prometheus/.gitignore (about)

     1  # General files for the project
     2  pkg/*
     3  *.pyc
     4  bin/*
     5  .project
     6  /.bin
     7  /_test/secrets/*.json
     8  
     9  # OSX leaves these everywhere on SMB shares
    10  ._*
    11  
    12  # OSX trash
    13  .DS_Store
    14  
    15  # Files generated by JetBrains IDEs, e.g. IntelliJ IDEA
    16  .idea/
    17  *.iml
    18  
    19  # Vscode files
    20  .vscode
    21  
    22  # Emacs save files
    23  *~
    24  \#*\#
    25  .\#*
    26  
    27  # Vim-related files
    28  [._]*.s[a-w][a-z]
    29  [._]s[a-w][a-z]
    30  *.un~
    31  Session.vim
    32  .netrwhist
    33  
    34  # Chart dependencies
    35  **/charts/*.tgz
    36  
    37  .history