assets/.gitignore

21 lines
381 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/
# Don't save batch exports
export/
exports/
# Ignore Krita and Blender backups
*.*~
# Ignore development files
pipeline/blender_autocomplete/