diff --git a/.gitignore b/.gitignore index a22d7177..7510c519 100644 --- a/.gitignore +++ b/.gitignore @@ -226,4 +226,11 @@ data/models/cerberus/*.* *.vcxproj.user # Ignore macOS .DS_Store -.DS_Store \ No newline at end of file +.DS_Store + +# Assets that are part of the asset pack and should not be stored in the repo +data/models/**/*.gltf +data/models/**/*.bin +data/models/**/*.glb +data/models/**/*.png +data/models/**/*.jpg \ No newline at end of file