Added rules for ignoring certain assets
This commit is contained in:
parent
7bf8db098c
commit
55243e6773
1 changed files with 8 additions and 1 deletions
7
.gitignore
vendored
7
.gitignore
vendored
|
|
@ -227,3 +227,10 @@ data/models/cerberus/*.*
|
||||||
|
|
||||||
# Ignore macOS .DS_Store
|
# 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