Files
tobiko/.gitignore
Eduardo Olivares 6d29b7646f Add .vscode to .gitignore
Change-Id: I15a737ac4058794f7da9aa41391fe379771b3d71
Signed-off-by: Eduardo Olivares <eolivare@redhat.com>
2025-08-08 14:26:35 +02:00

55 lines
531 B
Plaintext

*.sw?
*.egg
*.egg-info
*.pyc
*.log
# Hidden files
.coverage
.coverage.*
.eggs
.mypy_cache
.stestr
.test
.testrepository
.tobiko-env
.tox
.vagrant
.venv
.idea
.ssh
.vscode
__pycache__
AUTHORS
build/*
ChangeLog
doc/build/*
cover/
dist/
report/
test_results*
zuul/versioninfo
# Files created by releasenotes build
releasenotes/build
Pipfile.lock
# Tobiko configuration file
clouds.yaml
ssh_config
ssh_id*
tobiko.conf
# Infrared things
.infrared
workspace.tgz
# Ansible files
.ansible/
# Report files
tobiko_results*
style.css