Skip to content

Instantly share code, notes, and snippets.

@constrict0r
Last active October 25, 2019 18:09
Show Gist options
  • Save constrict0r/71798fe189337bcee517b91b8fb203bb to your computer and use it in GitHub Desktop.
Save constrict0r/71798fe189337bcee517b91b8fb203bb to your computer and use it in GitHub Desktop.
Git ignore files.
# 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