diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..7430b7d --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +*.mp4 filter=lfs diff=lfs merge=lfs -text +*.webm filter=lfs diff=lfs merge=lfs -text diff --git a/.gitignore b/.gitignore index cdf1239..e8d9acd 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ **/.idea **/.vs **/bin +.DS_Store