From 0bf2c372c5ce8f6e3d76d949e72f01686393908f Mon Sep 17 00:00:00 2001 From: Mykola Soloduha Date: Fri, 17 Apr 2020 13:31:59 +0300 Subject: [PATCH] `venv` folder added to `.gitignore` --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 8714fbb..db1501c 100644 --- a/.gitignore +++ b/.gitignore @@ -6,6 +6,7 @@ __pycache__ /dist # local env files +/venv/ .env.local .env.*.local @@ -21,4 +22,4 @@ yarn-error.log* *.ntvs* *.njsproj *.sln -*.sw? \ No newline at end of file +*.sw?