assets/.gitignore

15 lines
281 B
Plaintext
Raw Normal View History

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/