mirror of
https://github.com/github/gitignore
synced 2025-07-15 14:09:13 +02:00
Merge pull request #4589 from IBXCODECAT/main
Ignore unneeded *.blend1 blender files
This commit is contained in:
commit
4283b75156
1 changed files with 4 additions and 0 deletions
|
@ -12,6 +12,10 @@
|
|||
/[Uu]ser[Ss]ettings/
|
||||
*.log
|
||||
|
||||
# By default unity supports Blender asset imports, *.blend1 blender files do not need to be commited to version control.
|
||||
*.blend1
|
||||
*.blend1.meta
|
||||
|
||||
# MemoryCaptures can get excessive in size.
|
||||
# They also could contain extremely sensitive data
|
||||
/[Mm]emoryCaptures/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue