2023-11-25 00:10:43 -05:00
|
|
|
#---> BLENDER
|
|
|
|
# Ignore backup blend files, but not the actual ones (regex)
|
|
|
|
*.blend[0-9]*
|
2024-01-17 01:04:27 -05:00
|
|
|
# Ignore any test files
|
|
|
|
TEST_*
|
|
|
|
|
|
|
|
# Don't store asset binary files (these are used while working with FBX)
|
|
|
|
*.assbin
|
2024-01-13 23:44:11 -05:00
|
|
|
|
|
|
|
# Don't save any renders
|
|
|
|
render/
|
2024-01-17 19:56:04 -05:00
|
|
|
# Don't save batch exports
|
|
|
|
export/
|
|
|
|
exports/
|
2024-04-05 00:42:11 -04:00
|
|
|
|
|
|
|
# Ignore Krita and Blender backups
|
|
|
|
*.*~
|
2024-04-15 13:23:17 -04:00
|
|
|
|
|
|
|
# Ignore development files
|
|
|
|
pipeline/blender_autocomplete/
|