bonsai .gitignore #5178

This commit is contained in:
Andrej730
2024-08-14 12:37:07 +05:00
committed by Andrej
parent d5592ed2eb
commit 95e7910f69
+11 -11
View File
@@ -73,19 +73,19 @@ src/ifcopenshell-python/test/build
# mypy cache # mypy cache
.mypy_cache .mypy_cache
# blenderbim libs # bonsai libs
src/blenderbim/blenderbim/libs src/bonsai/bonsai/libs
# blenderbim i18n # bonsai i18n
src/blenderbim/blenderbim/translations.py src/bonsai/bonsai/translations.py
# blenderbim test temp files # bonsai test temp files
src/blenderbim/test/files/temp src/bonsai/test/files/temp
src/blenderbim/test/files/basic.ifc.cache.blend src/bonsai/test/files/basic.ifc.cache.blend
src/blenderbim/test/files/basic.ifc.cache.sqlite src/bonsai/test/files/basic.ifc.cache.sqlite
src/blenderbim/drawings src/bonsai/drawings
src/blenderbim/layouts src/bonsai/layouts
# ifcopenshell swig and compiled files # ifcopenshell swig and compiled files
src/ifcopenshell-python/ifcopenshell/_ifcopenshell_wrapper.so src/ifcopenshell-python/ifcopenshell/_ifcopenshell_wrapper.so
@@ -100,4 +100,4 @@ src/ifcopenshell-python/ifcopenshell/ifcopenshell_wrapper.py
.cache .cache
# Brickschema # Brickschema
src/blenderbim/blenderbim/bim/schema/Brick.ttl src/bonsai/bonsai/bim/schema/Brick.ttl