mirror of
https://github.com/freeipa/ansible-freeipa.git
synced 2026-03-26 21:33:05 +00:00
Add commonly used virtual environment paths to gitignore.
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.
This commit is contained in:
4
.gitignore
vendored
4
.gitignore
vendored
@@ -1,2 +1,6 @@
|
||||
*.pyc
|
||||
*.retry
|
||||
|
||||
# ignore virtual environments
|
||||
/.tox/
|
||||
/.venv/
|
||||
|
||||
Reference in New Issue
Block a user