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