Skip to content

Commit e29d1ce

Browse files
chore: fix and update .gitignore for webdriver directories
- Fix malformed entry in .gitignore - Add .wdm/ and tests/.wdm/ directories - Add geckodriver/ directory - These are generated during tests and should not be committed
1 parent 59bd10b commit e29d1ce

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.gitignore

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,4 +160,8 @@ cython_debug/
160160
#.idea/
161161

162162
# Others
163-
geckodrivertests/.wdm/
163+
164+
# Webdriver manager cache directories
165+
.wdm/
166+
tests/.wdm/
167+
geckodriver/

0 commit comments

Comments
 (0)