forked from MarketSquare/robotframework-browser
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
57 lines (48 loc) · 725 Bytes
/
.gitignore
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
Browser/wrapper/*.js
Browser/wrapper
Browser/generated
Browser/__init__.pyi
Browser/browser.pyi
Browser/**/*.pyc
Browser/rfbrowser.log
node/playwright-wrapper/generated
docs/Browser.html
docs/index.html
node/dynamic-test-app/dist/*.js
node/dynamic-test-app/src/*.js
*.js.map
.idea
.pabotsuitenames
.mypy_cache
__pycache__
robotframework_browser.egg-info/
.venv
zip_results
# utest
utest/output
.pytest_cache
flip_rate
node/.linted
node/.built
node/dynamic-test-app/.built
Browser/.linted
Browser/.installed
# Robot Framework outputs
log.html
output.xml
report.html
atest/output
playwright-log.txt
lsp
node_modules/
dist
build
pip-wheel-metadata
tmp
.vscode
# coverage
.coverage
htmlcov
results
# linting
.ruff_cache