Files @ 0fe558f518dd
Branch filter:

Location: majic-ansible-roles/.gitignore

branko
MAR-151: Update usage instructions for setting-up PHP web application (The Bug Genie):

- Updated The Bug Genie to version 4.3.1.
- Updated version of Composer used. Stay away from version 2.x due to
idempotency problems in Ansible module (see
https://github.com/ansible-collections/community.general/issues/1179).
- Fix required version for lib-pcre since Debian Buster links agains
lib-pcre 10. This should still work fine.
- Instead of listing plaintext web URLs, list just the HTTPS ones.
*.pyc
*~
.pytest_cache/
tmp/
docs/_build/
testsite/preseed_files/

# Ignore "temporary" files created with the playbook tls.yml (certs, keys, and
# host config files for GnuTLS - ca.cfg is versioned, though).
testsite/tls/*.pem
testsite/tls/*.key
testsite/tls/*.*_*.cfg
testsite/ssh/*_key
testsite/ssh/*_key.pub
testsite/ssh/*.example.com
testsite/ssh/*.example.com.pub
testsite/backup_keyring/

# Ignore Molecule artefacts.
.molecule
.vagrant
.cache
.yamllint

# Ignore test fixtures.
**/tests/data/.gimmecert
**/tests/data/x509

# Ignore test report artefacts
test_report*

# Ignore test site CLI artefacts.
testsite/mutt/*files