From e60f815d77259c316914d679f9fd816d5fbd2655 Mon Sep 17 00:00:00 2001 From: Thorsten Sommer Date: Tue, 8 Oct 2024 07:53:15 +0200 Subject: [PATCH] Fixed LFS tracking for woff2, afpub, afdesign, afphoto files (#159) --- .gitattributes | 4 ++++ app/MindWork AI Studio/.gitattributes | 4 ---- 2 files changed, 4 insertions(+), 4 deletions(-) delete mode 100644 app/MindWork AI Studio/.gitattributes diff --git a/.gitattributes b/.gitattributes index f5b63ee..066abb1 100644 --- a/.gitattributes +++ b/.gitattributes @@ -11,3 +11,7 @@ media/**/*.pptx filter=lfs diff=lfs merge=lfs -text media/**/*.png filter=lfs diff=lfs merge=lfs -text media/**/*.ico filter=lfs diff=lfs merge=lfs -text media/**/*.icns filter=lfs diff=lfs merge=lfs -text +*.woff2 filter=lfs diff=lfs merge=lfs -text +*.afpub filter=lfs diff=lfs merge=lfs -text +*.afdesign filter=lfs diff=lfs merge=lfs -text +*.afphoto filter=lfs diff=lfs merge=lfs -text \ No newline at end of file diff --git a/app/MindWork AI Studio/.gitattributes b/app/MindWork AI Studio/.gitattributes deleted file mode 100644 index 1bb53cb..0000000 --- a/app/MindWork AI Studio/.gitattributes +++ /dev/null @@ -1,4 +0,0 @@ -*.woff2 filter=lfs diff=lfs merge=lfs -text -*.afpub filter=lfs diff=lfs merge=lfs -text -*.afdesign filter=lfs diff=lfs merge=lfs -text -*.afphoto filter=lfs diff=lfs merge=lfs -text