Skip to content

Commit 20ff0eb

Browse files
authored
Merge pull request #571 from BIM2SIM/development
Merge development into main
2 parents 1ab5681 + d7db613 commit 20ff0eb

File tree

387 files changed

+34067
-511531
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

387 files changed

+34067
-511531
lines changed

.dockerignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
**/ExampleFiles
21
**.git/

.gitignore

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,4 @@
11
## Python
2-
# Test files
3-
# Regression Results
4-
/bim2sim/assets/regression_results/*
5-
/test/TestModels/*
6-
72
# Dont add IFC to repo
83
*.ifc
94

@@ -479,3 +474,15 @@ workspace/
479474

480475
# BuildingsPy Regression test folders
481476
funnel_comp/
477+
478+
# automatic generated figures of the plugin structure
479+
/docs/source/img/dynamic/plugindiagram/*.png
480+
481+
# debugger setting (dap - debuger adapter protocol)
482+
.vscode/
483+
# test/debug stuff from Falk
484+
falk_stuff/
485+
486+
# ignore download libraries
487+
**/test/regression/library/
488+
local/

0 commit comments

Comments
 (0)