BIM: ignore FreeCAD groups for IFC export, controlled by a user preference (#21583)

* Add .db extension to git ignore list

* BIM: new feature - add ignore groups option on IFC exports

* BIM: create generic get_architectural_contents function
This commit is contained in:
Furgo
2025-06-03 11:19:07 +02:00
committed by GitHub
parent 9a80921d74
commit 94a4639bc3
4 changed files with 236 additions and 9 deletions

2
.gitignore vendored
View File

@@ -25,6 +25,8 @@
*.o
*.orig
*.output
# Ignore .db files created by Qt Designer when editing .ui files
*.db
qrc_*.cpp
BuildLog.htm
cmake_install.cmake