9 lines
160 B
Plaintext
9 lines
160 B
Plaintext
#---> BLENDER
|
|
# Ignore backup blend files, but not the actual ones (regex)
|
|
*.blend[0-9]*
|
|
# Ignore rig test files
|
|
TEST_*.blend
|
|
|
|
# Don't save any renders
|
|
render/
|