Added rules for ignoring certain assets

This commit is contained in:
Sascha Willems 2020-04-19 18:43:34 +02:00
parent 7bf8db098c
commit 55243e6773

9
.gitignore vendored
View file

@ -226,4 +226,11 @@ data/models/cerberus/*.*
*.vcxproj.user
# Ignore macOS .DS_Store
.DS_Store
.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