Skip to content

Commit af62d15

Browse files
committed
Update console scripts
1 parent 59c1c84 commit af62d15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

seleniumbase/console_scripts/sb_mkdir.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ def main():
268268
data.append("archived_files")
269269
data.append("assets")
270270
data.append("temp")
271-
data.append("temp_")
271+
data.append("temp_*/")
272272
data.append("node_modules")
273273
file_path = "%s/%s" % (dir_name, ".gitignore")
274274
file = codecs.open(file_path, "w+", "utf-8")

0 commit comments

Comments
 (0)