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:
parent
6f8dff5832
commit
b2a4a3543f
3
testsuite/playwright-ui/.gitignore
vendored
Normal file
3
testsuite/playwright-ui/.gitignore
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
node_modules/
|
||||
test-results/
|
||||
allure-results/
|
Loading…
Reference in New Issue
Block a user