SeleniumBase/.gitignore

54 lines
541 B
Plaintext
Raw Normal View History

2015-12-05 05:11:53 +08:00
*.py[cod]
# Packages
*.egg
*.egg-info
dist
build
ghostdriver.log
eggs
parts
bin
var
sdist
develop-eggs
.installed.cfg
lib
lib64
__pycache__
# Installer logs
pip-log.txt
.swp
# Unit test / coverage reports
.coverage
.tox
nosetests.xml
# py.test
.cache/*
.pytest_config
# Developer
.project
.pydevproject
# Other
selenium-server-standalone.jar
2017-03-10 12:30:42 +08:00
geckodriver.log
2016-06-19 07:11:42 +08:00
downloaded_files
archived_files
logs
latest_logs
log_archives
archived_logs
2016-05-09 05:32:44 +08:00
latest_report
report_archives
2016-06-19 07:11:42 +08:00
archived_reports
2017-04-28 14:30:01 +08:00
html_report.html
report.html
assets
2016-02-17 03:57:04 +08:00
temp
2016-07-12 12:35:23 +08:00
node_modules