-
Notifications
You must be signed in to change notification settings - Fork 58
/
.gitignore
51 lines (44 loc) · 966 Bytes
/
.gitignore
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
# IDE files
/.idea
/netbeans
/.vscode
/.VSCodeCounter
# 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/reports
/test/necb/data/*test_results.csv
/test/necb/*/expected_results/*_test_results.csv
/test/necb/*/expected_results/*_test_results.json
/test/necb/*/expected_results/*_test_result.idf
/test/necb/*/expected_results/*_test_result.osm
/test/necb/*/expected_results/*_diffs.json
/test/necb/*/tests/before.osm
/test/necb/*/tests/after.osm
# 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
/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