From d6de4adad3b51cf2feb02ec542b2ce4996ff4081 Mon Sep 17 00:00:00 2001 From: Michael Sippel Date: Fri, 19 Mar 2021 17:50:30 +0100 Subject: [PATCH] lfs config --- .gitattributes | 4 ++++ .gitignore | 1 + 2 files changed, 5 insertions(+) create mode 100644 .gitattributes create mode 100644 .gitignore diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..be4a4eb --- /dev/null +++ b/.gitattributes @@ -0,0 +1,4 @@ +*.wav filter=lfs diff=lfs merge=lfs -text +*.mp3 filter=lfs diff=lfs merge=lfs -text +*.ogg filter=lfs diff=lfs merge=lfs -text +*.mp4 filter=lfs diff=lfs merge=lfs -text diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..b25c15b --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +*~