From a5342ca4f907016c44b453020ea58d99f92c8caf Mon Sep 17 00:00:00 2001 From: Alexis Michaltsis Date: Mon, 24 Oct 2022 14:38:49 +0200 Subject: [PATCH] Add plain old venv folder to gitignore --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 28d58c01..c05fd603 100644 --- a/.gitignore +++ b/.gitignore @@ -8,4 +8,5 @@ **/*.log **/node_modules/ **/cdn_static_root/ -.envs/* \ No newline at end of file +.envs/* +**/venv/