From 55243e6773e952a4d03ea9ba8730b87c629cfe04 Mon Sep 17 00:00:00 2001 From: Sascha Willems Date: Sun, 19 Apr 2020 18:43:34 +0200 Subject: [PATCH] Added rules for ignoring certain assets --- .gitignore | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 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