Skip to content

Commit 5b8a1ee

Browse files
committed
Add .DS_Store to .gitignore in directory generator
1 parent c031241 commit 5b8a1ee

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

seleniumbase/console_scripts/sb_mkdir.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -274,6 +274,7 @@ def main():
274274
data.append("saved_cookies")
275275
data.append("recordings")
276276
data.append("visual_baseline")
277+
data.append(".DS_Store")
277278
data.append("selenium-server-standalone.jar")
278279
data.append("proxy.zip")
279280
data.append("proxy.lock")

0 commit comments

Comments
 (0)