Last active
October 25, 2019 18:09
-
-
Save constrict0r/71798fe189337bcee517b91b8fb203bb to your computer and use it in GitHub Desktop.
Git ignore files.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Ansible. | |
*.retry | |
# Binaries. | |
*.jpg | |
# Buffers. | |
*~ | |
# Coverage. | |
htmlcov | |
.coverage | |
cover | |
# Coveralls. | |
.coveralls.yml | |
# Editors. | |
.#.* | |
# Galaxy. | |
.galaxy_install_info | |
# Python. | |
*.egg-info | |
*.pyc | |
__pycache__ | |
.pytest_cache | |
.tox | |
# Sphinx. | |
build | |
# Tests generated files. | |
tests/library | |
tests/test_plugins | |
.yamllint | |
# Temporary. | |
.cache |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment