OOMAnalyser/.gitignore
Carsten Grohmann 1abf455711 Use Webdriver Manager for browser compatibility
Version mismatch between browser and selenium driver breaks the tests.
The Webdriver manager automatically ensures the compatibility by
downloading the right driver for the installed browser.
2021-07-21 22:40:41 +02:00

17 lines
260 B
Plaintext

# Files to be ignored by Git
# Byte-compiled / optimized / DLL files
*.py[cod]
# Virtual environment
env/
# IntelliJ project files
.idea
# Webdriver Manager: cache for selenium drivers
.wdm
# Generated (compiled) JavaScript code
__target__/
OOMAnalyser.js