Added rules for ignoring certain assets
This commit is contained in:
parent
7bf8db098c
commit
55243e6773
1 changed files with 8 additions and 1 deletions
9
.gitignore
vendored
9
.gitignore
vendored
|
|
@ -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
|
||||
Loading…
Add table
Add a link
Reference in a new issue