2023-01-29 21:39:24 +08:00
|
|
|
# all png are binary
|
|
|
|
*.png binary
|
2020-08-07 14:17:13 +08:00
|
|
|
# our generated mesh should be save as binary
|
2022-12-28 21:40:51 +08:00
|
|
|
*.bin binary
|
|
|
|
# json is data and not good for human reading(althought I edit it on my own hand.)
|
|
|
|
# so set it as binary
|
|
|
|
ballance_blender_plugin/json/basic_blocks/*.json binary
|
|
|
|
ballance_blender_plugin/json/derived_blocks/*.json binary
|