Skip to content

Commit a00b190

Browse files
committed
Update .gitignore and SeleniumBase console scripts
1 parent fa6bb05 commit a00b190

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@ env
2323
venv
2424
sbase
2525
sbase*
26+
seleniumbase_env
27+
seleniumbase_venv
28+
sbase_env
29+
sbase_venv
2630
pyvenv.cfg
2731
.Python
2832
include

seleniumbase/console_scripts/sb_mkdir.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,10 @@ def main():
147147
data.append("venv")
148148
data.append("sbase")
149149
data.append("sbase*")
150+
data.append("seleniumbase_env")
151+
data.append("seleniumbase_venv")
152+
data.append("sbase_env")
153+
data.append("sbase_venv")
150154
data.append("pyvenv.cfg")
151155
data.append(".Python")
152156
data.append("include")

0 commit comments

Comments
 (0)