From 9f7e35144589e0d437163b6abf5cd4cae51b71e0 Mon Sep 17 00:00:00 2001 From: Raincloud Date: Sat, 21 Feb 2026 23:51:34 -0700 Subject: [PATCH] cfgdeploy --- .gitattributes | 2 ++ .gitignore | 5 ++++- .specstory/.gitignore | 3 +++ 3 files changed, 9 insertions(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index f2bbdb4..c47d9e2 100644 --- a/.gitattributes +++ b/.gitattributes @@ -21,6 +21,8 @@ *.tif filter=lfs diff=lfs merge=lfs -text *.tiff filter=lfs diff=lfs merge=lfs -text *.webp filter=lfs diff=lfs merge=lfs -text +*.heic filter=lfs diff=lfs merge=lfs -text +*.HEIC filter=lfs diff=lfs merge=lfs -text # 3D/CG files *.3ds filter=lfs diff=lfs merge=lfs -text diff --git a/.gitignore b/.gitignore index d08d660..6761b4b 100644 --- a/.gitignore +++ b/.gitignore @@ -124,4 +124,7 @@ Adobe Premiere Pro (Beta) Audio Previews/ footage/ plates/ -RnR/ \ No newline at end of file +RnR/ + +# Microsoft Office temporary files +~$* diff --git a/.specstory/.gitignore b/.specstory/.gitignore index 15316ce..edebba6 100644 --- a/.specstory/.gitignore +++ b/.specstory/.gitignore @@ -125,5 +125,8 @@ footage/ plates/ RnR/ + +# Microsoft Office temporary files +~$* # SpecStory explanation file /.what-is-this.md