6 lines
126 B
Plaintext
6 lines
126 B
Plaintext
#---> BLENDER
|
|
# Ignore backup blend files, but not the actual ones (regex)
|
|
*.blend[0-9]*
|
|
# Ignore rig test files
|
|
TEST_*.blend
|