https://github.com/opencv/cvat
Raw File
Tip revision: d2ba56d8e9f9844ea0d8bc5ca9f513cd847f87f7 authored by Andrey Zhavoronkov on 25 April 2023, 06:40:25 UTC
Fix pylint workflow
Tip revision: d2ba56d
.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