File size: 402 Bytes
e08ecbf
 
d592762
e08ecbf
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
d592762
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# 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