Forked from
stackspin / stackspin
5158 commits behind the upstream repository.
-
Maarten de Waard authoredVerifiedd504e6af
.gitignore 501 B
# Ignore custom files created when following the README.md
/ansible/group_vars/all/settings*
!/ansible/inventory.yml.example
/ansible/inventory*
# Ignore files created by ansible-playbook
*.retry
# Virtualenvs for the project
/env
/venv
/.direnv
.envrc
# Ignore files created during CI
/test/group_vars/all/
/test/inventory*
/clusters
/install/installation-kustomization/*.txt
# Ignore files created during tests
Screenshot-*.png
# Etc
__pycache__
*.swp
*.pyc
# Documentation files
/docs/_build