mirror of
https://github.com/freeipa/ansible-freeipa.git
synced 2026-07-30 19:34:45 +00:00
Merge pull request #379 from rjeffman/repo_gitignore
Add commonly used virtual environment paths to gitignore.
This commit is contained in:
4
.gitignore
vendored
4
.gitignore
vendored
@@ -1,2 +1,6 @@
|
|||||||
*.pyc
|
*.pyc
|
||||||
*.retry
|
*.retry
|
||||||
|
|
||||||
|
# ignore virtual environments
|
||||||
|
/.tox/
|
||||||
|
/.venv/
|
||||||
|
|||||||
Reference in New Issue
Block a user