From f2dcc45ade5b2001938267c11b809e5856c668d3 Mon Sep 17 00:00:00 2001 From: Orwa Diraneyya Date: Wed, 1 Dec 2021 12:47:15 +0100 Subject: [PATCH] Acivated LFS over *.mp4 files and added to .gitignore --- .gitattributes | 1 + .gitignore | 3 +++ 2 files changed, 4 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..680fa2f --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +.mp4 filter=lfs diff=lfs merge=lfs -text diff --git a/.gitignore b/.gitignore index 364fdec..b182392 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,4 @@ public/ +.hugo_build.lock +bin/ +*.bat \ No newline at end of file