Files
docker-selenium-grid/.gitignore
James Mortensen 7010a13642 Modified make build process to use --build-arg instead of generate.sh scripts, eliminating the templates. (#1656)
* Modified make build process to use --build-arg instead of generate.sh scripts. Removed unneeded txt files and sh files.

* Modified test.py to include the FROM_IMAGE_ARGS when building the images using the Docker SDK for Python

* Added FROM_IMAGE_ARGS to test.py and the base for FROM_IMAGE_ARGS for the Standalone browser container images. Resolved a warning caused by the Base and video Dockerfiles not needing the FROM_IMAGE_ARGS.

Co-authored-by: Diego Molina <diemol@users.noreply.github.com>
2022-08-17 09:17:55 +02:00

151 lines
2.0 KiB
Plaintext

tmp/
*_image/
node_modules/
.idea/
# Sed backup files.
*-e
# Vim swap files.
*.swp
# Selenium Server Dev
selenium_server_deploy.jar
# assets directory
assets
.vscode
# Ignoring generated files during the build process
StandaloneC*/selenium.conf
StandaloneF*/selenium.conf
StandaloneE*/selenium.conf
StandaloneC*/start-*.sh
StandaloneF*/start-*.sh
StandaloneE*/start-*.sh
StandaloneC*/generate_config
StandaloneF*/generate_config
StandaloneE*/generate_config
videos
# Created by https://www.gitignore.io/api/virtualenv
### VirtualEnv ###
# Virtualenv
# http://iamzed.com/2009/05/07/a-primer-on-virtualenv/
.Python
[Bb]in
[Ii]nclude
[Ll]ib
[Ll]ib64
[Ll]ocal
[Ss]cripts
pyvenv.cfg
.venv
pip-selfcheck.json
# End of https://www.gitignore.io/api/virtualenv
tests/tests/*
# Created by https://www.gitignore.io/api/python
### Python ###
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
# C extensions
*.so
# Distribution / packaging
.Python
env/
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
# PyInstaller
# Usually these files are written by a python script from a template
# before PyInstaller builds the exe, so as to inject date/other infos into it.
*.manifest
*.spec
# Installer logs
pip-log.txt
pip-delete-this-directory.txt
# Unit test / coverage reports
htmlcov/
.tox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*,cover
.hypothesis/
# Translations
*.mo
*.pot
# Django stuff:
*.log
local_settings.py
# Flask stuff:
instance/
.webassets-cache
# Scrapy stuff:
.scrapy
# Sphinx documentation
docs/_build/
# PyBuilder
target/
# Jupyter Notebook
.ipynb_checkpoints
# pyenv
.python-version
# celery beat schedule file
celerybeat-schedule
# SageMath parsed files
*.sage.py
# dotenv
.env
# virtualenv
.venv
venv/
ENV/
# Spyder project settings
.spyderproject
.spyproject
# Rope project settings
.ropeproject
# mkdocs documentation
/site
# End of https://www.gitignore.io/api/python
.DS_Store