arhat.dev/helm-stack@v0.1.2/.gitattributes (about)

     1  *         text=auto
     2  
     3  # Documents
     4  *.bibtex   text diff=bibtex
     5  *.doc      diff=astextplain
     6  *.DOC      diff=astextplain
     7  *.docx     diff=astextplain
     8  *.DOCX     diff=astextplain
     9  *.dot      diff=astextplain
    10  *.DOT      diff=astextplain
    11  *.pdf      diff=astextplain
    12  *.PDF      diff=astextplain
    13  *.rtf      diff=astextplain
    14  *.RTF      diff=astextplain
    15  *.md       text
    16  *.tex      text diff=tex
    17  *.adoc     text
    18  *.textile  text
    19  *.mustache text
    20  *.csv      text
    21  *.tab      text
    22  *.tsv      text
    23  *.txt      text
    24  *.sql      text
    25  
    26  # Graphics
    27  *.png      binary
    28  *.jpg      binary
    29  *.jpeg     binary
    30  *.gif      binary
    31  *.tif      binary
    32  *.tiff     binary
    33  *.ico      binary
    34  # SVG treated as an asset (binary) by default.
    35  *.svg      text
    36  # If you want to treat it as binary,
    37  # use the following line instead.
    38  # *.svg    binary
    39  *.eps      binary
    40  
    41  # Shell Scripts
    42  *.bash     text eol=lf
    43  *.fish     text eol=lf
    44  *.sh       text eol=lf
    45  
    46  # Serialisation
    47  *.json     text
    48  *.toml     text
    49  *.xml      text
    50  *.yaml     text
    51  *.yml      text
    52  
    53  # Archives
    54  *.7z       binary
    55  *.gz       binary
    56  *.tar      binary
    57  *.tgz      binary
    58  *.zip      binary
    59  
    60  # Text files where line endings should be preserved
    61  *.patch    -text
    62  
    63  .gitattributes export-ignore
    64  .gitignore     export-ignore
    65  .gitkeep       export-ignore
    66  
    67  # Java sources
    68  *.kt            text diff=java
    69  *.java          text diff=java
    70  *.gradle        text diff=java
    71  *.gradle.kts    text diff=java
    72  *.jsp           text
    73  *.jspf          text
    74  *.jspx          text
    75  *.properties    text
    76  *.tld           text
    77  *.tag           text
    78  *.tagx          text
    79  *.xml           text
    80  *.class         binary
    81  *.dll           binary
    82  *.ear           binary
    83  *.jar           binary
    84  *.so            binary
    85  *.war           binary
    86  *.jks           binary
    87  gradlew         binary
    88  gradlew.bat     binary
    89  
    90  # web sources
    91  *.css           text diff=css
    92  *.df            text
    93  *.htm           text diff=html
    94  *.html          text diff=html
    95  *.js            text
    96  *.ts            text
    97  
    98  *.lua       text
    99  *.nb             text diff=mathematica
   100  *.wls            text diff=mathematica
   101  *.wl             text diff=mathematica
   102  *.m              text diff=mathematica
   103  *.wlt            text diff=mathematica
   104  *.mt             text diff=mathematica
   105  *.mx             binary
   106  
   107  *.pbxproj binary -merge=union
   108  *.m       text diff=objc
   109  
   110  *.py     text working-tree-encoding=utf-8 eol=lf
   111  *.pxd    text diff=python
   112  *.py3    text diff=python
   113  *.pyw    text diff=python
   114  *.pyx    text diff=python
   115  *.pyz    text diff=python
   116  *.pyi    text diff=python
   117  *.ipynb  text
   118  *.pyc    binary
   119  *.pyd    binary
   120  *.pyo    binary
   121  
   122  *.db     binary
   123  *.p      binary
   124  *.pkl    binary
   125  *.pickle binary
   126  
   127  # Windows scripts
   128  *.bat      text eol=crlf
   129  *.cmd      text eol=crlf
   130  *.ps1      text eol=crlf
   131  
   132  # Visual Studio
   133  *.sln        text eol=crlf
   134  *.csproj     text eol=crlf
   135  *.vbproj     text eol=crlf
   136  *.vcxproj    text eol=crlf
   137  *.vcproj     text eol=crlf
   138  *.dbproj     text eol=crlf
   139  *.fsproj     text eol=crlf
   140  *.lsproj     text eol=crlf
   141  *.wixproj    text eol=crlf
   142  *.modelproj  text eol=crlf
   143  *.sqlproj    text eol=crlf
   144  *.wwaproj    text eol=crlf
   145  
   146  *.xproj      text eol=crlf
   147  *.props      text eol=crlf
   148  *.filters    text eol=crlf
   149  *.vcxitems   text eol=crlf