Skip to content

Commit 36f3659

Browse files
committed
v0.0.7
Updated binary resource properties, renamed package
1 parent 7e953fe commit 36f3659

3 files changed

Lines changed: 648 additions & 640 deletions

File tree

.gitattributes

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Set the default behavior, in case people don't have core.autocrlf set.
2+
* text=auto
3+
4+
# Declare files that will always have CRLF line endings on checkout.
5+
*.aip text eol=crlf

.gitignore

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
*.DS_Store
22
.idea
3-
workflows/out.osw
4-
workflows/reports
5-
workflows/run
6-
measures/*/tests/output
3+
gbxmls/Cases/
4+
/installer_staging/
75
measures/*/output_models/
6+
measures/*/tests/output
7+
/OpenStudio CLI For Revit 2020-cache/
8+
/OpenStudio CLI For Revit 2020-SetupFiles/
89
test/*/*.osm
9-
test/output_models/*/run
10-
test/output_models/*/reports
1110
test/output_models/*/out.osw
12-
installer_staging
13-
gbxml-to-openstudio-cache
14-
gbxml-to-openstudio-SetupFiles
15-
test/resources/revit_test_models/*.0*.rvt
11+
test/output_models/*/reports
12+
test/output_models/*/run
1613
test/output_models/manual/
17-
gbxmls/Cases/
14+
test/resources/revit_test_models/*.0*.rvt
15+
workflows/out.osw
16+
workflows/reports
17+
workflows/run

0 commit comments

Comments
 (0)