Skip to content

Commit cfc4dba

Browse files
committed
test: add gitignore file for IntegrationTests
1 parent 12341f0 commit cfc4dba

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

.gitignore

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,11 @@ browserstack.err
1313
local.log
1414
test/cross-browser-testing/CBT-tests-es5.js
1515
test/cross-browser-testing/CBT-tests.js
16-
coverage/
16+
coverage/
17+
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

0 commit comments

Comments
 (0)