.gitattributes: Add more files for git LFS

We shouldn't be storing PNG, MP4, or WEBM files in git either.
This commit is contained in:
Alan Orth 2020-12-28 23:00:16 +02:00
parent 8461eda04e
commit 1ac9a8b908
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
1 changed files with 3 additions and 0 deletions

3
.gitattributes vendored
View File

@ -1,2 +1,5 @@
*.jpg filter=lfs diff=lfs merge=lfs -text
*.JPG filter=lfs diff=lfs merge=lfs -text
*.mp4 filter=lfs diff=lfs merge=lfs -text
*.webm filter=lfs diff=lfs merge=lfs -text
*.png filter=lfs diff=lfs merge=lfs -text