i-darrshan's picture
update
d592762
raw
history blame contribute delete
402 Bytes
# Ignore test-related folders
allure_report/
allure-results/
__test__/
__mocks__/
coverage/
test_report/
# Ignore test configuration and setup files
jest.config.js
jest.setup.js
jesthtmlreporter.config.json
babel.config.js
postTestSetup.js
preTestSetup.js
runE2ETests.js
# Ignore environment files
.env
# Ignore database files
data.db
# Ignore video files
*.mp4
# Ignore node_modules
node_modules