diff --git a/.gitattributes b/.gitattributes index 97f12d1..40eb53a 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,3 +1,4 @@ *.png filter=lfs diff=lfs merge=lfs -text *.glb filter=lfs diff=lfs merge=lfs -text *.blend filter=lfs diff=lfs merge=lfs -text +examples/data/* filter=lfs diff=lfs merge=lfs -text diff --git a/.gitignore b/.gitignore index 4727142..27a1a55 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,5 @@ msvc/.vs/ msvc/x64/ tags *.swp +examples/data/* + diff --git a/examples/data/blender/spaceship.blend1 b/examples/data/blender/spaceship.blend1 deleted file mode 100644 index b7e9117..0000000 Binary files a/examples/data/blender/spaceship.blend1 and /dev/null differ