testsuite/playwright-ui: add .gitignore

This change adds a .gitignore file to the testsuite/playwright-ui
directory. It is configured to ignore Node dependencies and test
results.

Change-Id: Ib200128ebe30064b1827fd71a5a7df163dcb4f69
This commit is contained in:
Jeremy Wharton 2023-04-05 01:44:51 -05:00 committed by Storj Robot
parent 6f8dff5832
commit b2a4a3543f

3
testsuite/playwright-ui/.gitignore vendored Normal file
View File

@ -0,0 +1,3 @@
node_modules/
test-results/
allure-results/