summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorAxel Gard <40772485+AxelGard@users.noreply.github.com>2022-09-15 21:16:38 +0200
committerGitHub <noreply@github.com>2022-09-15 12:16:38 -0700
commit9bc4fa496ca06d21b347071078b0f12343481e07 (patch)
tree041b5bb140c06aae35691813b69c2790c98088e3 /.gitignore
parent86b86398f0e0c61df615d1fcf7643f01a1084327 (diff)
downloadansible-9bc4fa496ca06d21b347071078b0f12343481e07.tar.gz
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--.gitignore9
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.