assets/.gitignore

15 lines
281 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/