mirror of
https://github.com/freeipa/ansible-freeipa.git
synced 2026-06-10 02:35:54 +00:00
When using virtual environment for development, Git reports that the virtual environment itself in untracked. This change add commonly found virtual environment directories to the list of ignored files/directories.
7 lines
60 B
Plaintext
7 lines
60 B
Plaintext
*.pyc
|
|
*.retry
|
|
|
|
# ignore virtual environments
|
|
/.tox/
|
|
/.venv/
|