Skip to content

Commit 797b272

Browse files
author
Lassi Heikkinen
committed
Add vscode settings and geckodriver log to gitignore
1 parent 9ade735 commit 797b272

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: .gitignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
.project
22
.pydevproject
33
.idea
4+
.vscode
45
atest/results
56
atest/zip_results
67
utest/output_dir
@@ -10,7 +11,7 @@ utest/output_dir
1011
MANIFEST
1112
*.egg-info
1213
*.egg
13-
chromedriver.log
14+
*driver.log
1415
.pytest_cache
1516

1617
dist

0 commit comments

Comments
 (0)