12 lines
237 B
Plaintext
12 lines
237 B
Plaintext
#---> BLENDER
|
|
# Ignore backup blend files, but not the actual ones (regex)
|
|
*.blend[0-9]*
|
|
# Ignore any test files
|
|
TEST_*
|
|
|
|
# Don't store asset binary files (these are used while working with FBX)
|
|
*.assbin
|
|
|
|
# Don't save any renders
|
|
render/
|