-
Notifications
You must be signed in to change notification settings - Fork 69
Expand file tree
/
Copy path.gitignore
More file actions
67 lines (57 loc) · 1.36 KB
/
.gitignore
File metadata and controls
67 lines (57 loc) · 1.36 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
# IDE files
/.idea
/netbeans
/.vscode
/.VSCodeCounter
/.serena
# Developer installation
/.bundle/
/Gemfile.lock
/vendor
# Build output
/pkg/
# Rubocop output
/.rubocop
/.rubocop-http*
# Doc generation output
/.yardoc
/doc/
# Test output
output/
coverage/
/spec/reports/
/test/measures
/test/reports
/test/necb/*/expected_results/*-test_results.csv
/test/necb/*/expected_results/*-test_results.json
/test/necb/*/expected_results/*test_results.json
/test/necb/*/log.txt*
/test/necb/*/autozone
/test/helpers/ci_test_helper/timings.json
# BTAP costing test output
lib/openstudio-standards/btap/costing/output/
lib/openstudio-standards/btap/costing/costing_output/
lib/openstudio-standards/btap/costing/local_test_output/
lib/openstudio-standards/btap/costing/btap_results/tests/regression_files/*test_result.cost.json
lib/openstudio-standards/btap/costing/btap_results/tests/output/
# auto generated CI files
/test/ci_test_files/models
/test/ci_test_files/*.rb
# Miscellaneous
/lib/openstudio-standards/prototypes/common/do_not_edit_metaclasses.rb
lib/openstudio-standards/schedules/schedule_refactor
/test/refactor/
/data/costing/rs_means_auth
/tmp/
*.xlsx
!Scorecard*.xlsx
*.DS_Store
/data/standards/openstudio_standards_duplicates_log.csv
/data/standards/export
/data/geometry/../*.osw
temp_folder/
input_cache/
input/
/utilities/btap_cli/input
/utilities/btap_cli/output
/.venv