Skip to content

Commit 90e2e5a

Browse files
Ignore LICENSE.chromedriver file (#584)
* Ignore `LICENSE.chromedriver` file I just had these start showing up in my project folder. * requested changes Co-authored-by: Michael Rooney <mrooney@users.noreply.github.com>
1 parent cde0c04 commit 90e2e5a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,11 @@ build
33
dist
44
env
55
chromedriver
6+
chromedriver*
7+
LICENSE.chromedriver
68
__pycache__
79
*.pyc
810
*.egg-info
911
/.idea
1012
.vscode/
11-
chromedriver*
1213
.venv

0 commit comments

Comments
 (0)