forked from utrack/clay
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
145 lines (136 loc) · 6 KB
/
.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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
# Ignore all
*
# Unignore all with extensions
!*.*
# Unignore all dirs
!*/
# Unignore corner-case files
!LICENSE
!README
!Makefile
# Compiled Object files, Static and Dynamic libs (Shared Objects)
*.o
*.a
*.so
# Folders
_obj
_test
.idea
# Architecture specific extensions/prefixes
*.[568vq]
[568vq].out
*.cgo1.go
*.cgo2.c
_cgo_defun.c
_cgo_gotypes.go
_cgo_export.*
_testmain.go
*.exe
*.test
*.prof
# Ignore generated .pb.go files in integration tests
/integration/**/*.pb.*go
/integration/**/vendor.pb/
/integration/**/strings/strings.go
/integration/**/strings/strings.to_lower.go
/integration/**/strings/strings.to_upper.go
/integration/**/pb/to_lower.go
/integration/**/pb/to_upper.go
/integration/**/pb/strings.go
/integration/**/pb/decode.go
/integration/**/pb/encode.go
/integration/**/strings/strings2.go
/integration/**/strings/to_lower.go
/integration/**/strings/to_upper.go
/integration/**/strings/to_lower2.go
/integration/**/strings/to_upper2.go
/integration/**/strings/strings2.to_lower.go
/integration/**/strings/strings2.to_upper.go
/integration/**/strings/empty_response.go
/integration/**/strings/without_desc.go
/integration/**/strings/without_desc_and_option.go
/integration/**/strings2/strings2.go
/integration/**/strings2/strings2.to_lower.go
/integration/**/strings2/strings2.to_upper.go
/integration/**/strings-api/strings_api.go
/integration/**/strings-api/to_lower.go
/integration/**/strings-api/to_upper.go
/integration/snake_case_service/strings/strings_service.go
/integration/snake_case_service/strings/strings_service.to_upper.go
# Unignore some files, used in tests
!/integration/impl_exists/strings/strings.go
!/integration/impl_exists/strings/strings.to_upper.go
!/integration/additional_bindings/strings/strings.to_upper.go
!/integration/binding_with_body_and_response/strings/strings.go
!/integration/binding_with_body_and_response/strings/strings.to_upper.go
!/integration/binding_with_repeated_field/strings/strings.to_upper.go
!/integration/client_cancel_request/app/strings/strings.to_upper.go
!/integration/impl_file_name_tmpl/strings/strings.to_upper.go
!/integration/response_vs_response_body/strings/strings.echo.go
!/integration/response_vs_response_body/strings/strings.echo2.go
# Ignore vendor, needed for better local development
vendor/
/integration/additional_bindings/strings/to_lower_test.go
/integration/go_package/strings/to_lower_test.go
/integration/go_package/strings/to_upper_test.go
/integration/go_package_alias/strings/to_lower_test.go
/integration/go_package_alias/strings/to_upper_test.go
/integration/go_package_alias_proto_in_root/strings/to_lower_test.go
/integration/go_package_alias_proto_in_root/strings/to_upper_test.go
/integration/go_package_alias_proto_standalone/strings/to_lower_test.go
/integration/go_package_alias_proto_standalone/strings/to_upper_test.go
/integration/go_package_proto_in_root/strings/to_lower_test.go
/integration/go_package_proto_in_root/strings/to_upper_test.go
/integration/go_package_proto_standalone/strings/to_lower_test.go
/integration/go_package_proto_standalone/strings/to_upper_test.go
/integration/go_package_with_alias/strings/to_lower_test.go
/integration/go_package_with_alias/strings/to_upper_test.go
/integration/go_package_with_alias_proto_in_root/strings/to_lower_test.go
/integration/go_package_with_alias_proto_in_root/strings/to_upper_test.go
/integration/go_package_with_alias_proto_standalone/strings/to_lower_test.go
/integration/go_package_with_alias_proto_standalone/strings/to_upper_test.go
/integration/gogo_enums/strings/to_lower_test.go
/integration/gogo_nullable_option/strings/to_decode_test.go
/integration/gogo_nullable_option/strings/to_encode_test.go
/integration/google_empty/strings/empty_response_test.go
/integration/google_empty/strings/to_lower_test.go
/integration/google_empty/strings/to_upper_test.go
/integration/google_empty/strings/without_desc_and_option_test.go
/integration/google_empty/strings/without_desc_test.go
/integration/http_headers_passthru/strings/to_lower_test.go
/integration/http_headers_response/strings/to_lower_test.go
/integration/impl_service_sub_dir_2/strings/to_lower_test.go
/integration/impl_service_sub_dir_2/strings/to_upper_test.go
/integration/impl_standalone/strings/to_lower_test.go
/integration/impl_standalone/strings/to_upper_test.go
/integration/impl_standalone_without_swagger/strings/to_lower_test.go
/integration/impl_standalone_without_swagger/strings/to_upper_test.go
/integration/imported_type_in_request/strings/to_lower_test.go
/integration/imported_type_in_request/strings/to_upper_test.go
/integration/imported_type_in_response/strings/to_lower_test.go
/integration/imported_type_in_response/strings/to_upper_test.go
/integration/no_bindings/strings/to_lower_test.go
/integration/no_bindings/strings/to_upper_test.go
/integration/one_location/pb/to_lower_test.go
/integration/one_location/pb/to_upper_test.go
/integration/one_location_with_dot_package/pb/to_lower_test.go
/integration/one_location_with_dot_package/pb/to_upper_test.go
/integration/one_location_with_go_package_alias/pb/to_lower_test.go
/integration/one_location_with_go_package_alias/pb/to_upper_test.go
/integration/one_location_with_package/pb/to_lower_test.go
/integration/one_location_with_package/pb/to_upper_test.go
/integration/partial_bindings/strings/to_lower_test.go
/integration/partial_bindings/strings/to_upper_test.go
/integration/proto_in_root/strings/to_lower_test.go
/integration/proto_in_root/strings/to_upper_test.go
/integration/proto_standalone/strings/to_lower_test.go
/integration/proto_standalone/strings/to_upper_test.go
/integration/proto_two_services/strings/to_lower2_test.go
/integration/proto_two_services/strings/to_lower_test.go
/integration/proto_two_services/strings/to_upper2_test.go
/integration/proto_two_services/strings/to_upper_test.go
/integration/snake_case_message/strings/to_upper_test.go
/integration/snake_case_method/strings/to_upper_test.go
/integration/snake_case_service/strings/to_upper_test.go
/integration/swagger_def_sam_json_case/strings/to_lower_test.go
/integration/swagger_def_sam_json_case/strings/to_upper_test.go