Revision ba3db011f848b4ba005ea08d2c17527f52b8a955 authored by Mariia Acoca on 30 October 2023, 13:27:02 UTC, committed by GitHub on 30 October 2023, 13:27:02 UTC
1 parent 43ff5d4
Raw File
.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