From 2e567040b33907fdb7949b943c5bbbc12925717d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20=E5=AE=89=E5=A4=A7=E5=8D=AB?= <9BA@DavidAndawei.com> Date: Sun, 13 Aug 2023 11:01:56 -0600 Subject: [PATCH] Created Videos.gitignore Designed to help keep repository sizes under 5GB as GitHub recommends by blocking video files which could have large file sizes. --- Videos.gitignore | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 Videos.gitignore diff --git a/Videos.gitignore b/Videos.gitignore new file mode 100644 index 00000000..8735c259 --- /dev/null +++ b/Videos.gitignore @@ -0,0 +1,8 @@ +## Ignore video files which could have large file sizes +## because GitHub recommends repository sizes under 5GB. + +# Quicktime Video Files +*.mov + +# MPEG-4 Video Files +*.m4v