morse-feed/.gitattributes
Morse Micro 5ae4fe7400 aws-kvs: add the aws-kvs package.
The AWS KVS SDK provides functionality to easily stream video from
connected devices to AWS for processing, including ML, playback, and
analytics.

The Morse Micro package adds procd support to manage stream configuration
and triggering the aws stream.
2024-10-04 14:17:36 +10:00

56 lines
1.1 KiB
Plaintext

# .gitattributes snippet to force users to use same line endings for project.
#
# Handle line endings automatically for files detected as text
# and leave all files detected as binary untouched.
* text=auto
#
# The above will handle all files NOT found below
# https://help.github.com/articles/dealing-with-line-endings/
# https://github.com/Danimoth/gitattributes/blob/master/Web.gitattributes
# These files are text and should be normalized (Convert crlf => lf)
*.php text
*.css text
*.js text
*.json text
*.htm text
*.html text
*.xml text
*.txt text
*.ini text
*.inc text
*.pl text
*.rb text
*.py text
*.scm text
*.sql text
.htaccess text
*.sh text
# These files are binary and should be left untouched
# (binary is a macro for -text -diff)
*.png binary
*.jpg binary
*.jpeg binary
*.gif binary
*.ico binary
*.mov binary
*.mp4 binary
*.mp3 binary
*.flv binary
*.fla binary
*.swf binary
*.gz binary
*.zip binary
*.7z binary
*.ttf binary
*.pyc binary
# aws-kvs files unfortunately have CRs in them, which means the patch
# files mix LF and CRLF.
multimedia/aws-kvs/patches/*.patch -text
multimedia/aws-kvs/files/*.patch -text