From 52831fa9fec9af88fd6fccb9a94ab579e2b6e3f2 Mon Sep 17 00:00:00 2001 From: Yuvraj Rimal Date: Mon, 25 Nov 2024 10:29:22 -0500 Subject: [PATCH] chore: add env directory to gitignore (#183) * add env directory to gitignore * add venv as well to gitignore, remove duplicate --- .gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 3001e71e..39765e35 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,3 @@ - target/ dbt_modules/ dbt_packages/ @@ -8,6 +7,7 @@ logs/ tests/.user.yml dbt-env/* .user.yml -dbt-env/* .idea .DS_Store +env/ +venv/