diff options
author | Axel Gard <40772485+AxelGard@users.noreply.github.com> | 2022-09-15 21:16:38 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-15 21:16:38 +0200 |
commit | 9bc4fa496ca06d21b347071078b0f12343481e07 (patch) | |
tree | 041b5bb140c06aae35691813b69c2790c98088e3 /.gitignore | |
parent | add ansible_name/ansible_aliases attrs to plugin objects (#78700) (diff) | |
download | ansible-9bc4fa496ca06d21b347071078b0f12343481e07.tar.xz ansible-9bc4fa496ca06d21b347071078b0f12343481e07.zip |
Env gitignore (#78766)
* added env to git ign aka the std name for py venv
* added the github def py env ign
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index ad0d16a04a..ce1aa7b2f5 100644 --- a/.gitignore +++ b/.gitignore @@ -73,7 +73,16 @@ coverage.xml /test/cache/* # Development /test/develop +# Environments +.env +.venv +env/ +venv/ +ENV/ +env.bak/ +venv.bak/ venv +env Vagrantfile .vagrant # Backwards compatibility with `stable-2.9` and earlier branches. |