Browse Source

chore(git): add chromedriver.log to ignores

bubble
Vladimir Gorej 4 years ago
parent
commit
63f94db4b3
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      .gitignore

+ 2
- 1
.gitignore View File

@@ -8,6 +8,7 @@ npm-debug.log*
.eslintcache
*.iml
selenium-debug.log
chromedriver.log
test/e2e/db.json
docs/_book

@@ -15,4 +16,4 @@ flavors/**/dist/*

# Cypress
test/e2e-cypress/screenshots
test/e2e-cypress/videos
test/e2e-cypress/videos

Loading…
Cancel
Save