We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfc4dba commit edb2f24Copy full SHA for edb2f24
1 file changed
.gitignore
@@ -18,6 +18,8 @@ coverage/
18
# Integration test artifacts
19
IntegrationTests/node_modules/
20
21
-IntegrationTests/wiremock-recordings/mappings/mapping-*-?????.json
22
-IntegrationTests/wiremock-recordings/__files/body-*-?????.txt
23
-IntegrationTests/wiremock-recordings/__files/body-*-?????.json
+IntegrationTests/wiremock-recordings/mappings/*-?????.json
+IntegrationTests/wiremock-recordings/__files/*-?????.txt
+IntegrationTests/wiremock-recordings/__files/*-?????.json
24
+
25
+IntegrationTests/wiremock-recordings/stubs-backup/
0 commit comments