swh:1:snp:973504f75325e1c705c39106a2685791af62e9e3
Raw File
Tip revision: d5ef45a0e0a202811262316299b9b954c4b85144 authored by Nikita Manovich on 18 May 2023, 18:40:40 UTC
Release v2.4.4
Tip revision: d5ef45a
.gitattributes
*               text=auto whitespace=trailing-space,space-before-tab,-indent-with-non-tab,tab-in-indent,tabwidth=4

.git*           text export-ignore

*.txt           text
*.htm           text
*.html          text
*.js            text
*.py            text
*.css           text
*.md            text
*.yml           text
Dockerfile      text
LICENSE         text
*.conf          text
*.mimetypes     text
*.sh            text eol=lf

*.avi           binary
*.bmp           binary
*.exr           binary
*.ico           binary
*.jpeg          binary
*.jpg           binary
*.png           binary
*.gif           binary
*.ttf           binary
*.pdf           binary

back to top