From 2bb329a5747f8bced2a0df83d83f7d00e1724042 Mon Sep 17 00:00:00 2001 From: "Timothy J. Baek" Date: Thu, 30 May 2024 22:28:31 -0700 Subject: [PATCH] refac --- .gitignore | 5 ++++- pipelines/.gitignore | 0 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 pipelines/.gitignore diff --git a/.gitignore b/.gitignore index aae5107b..6d02d95a 100644 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,7 @@ __pycache__ .env /litellm -/pipelines/**.* \ No newline at end of file + + +pipelines/* +!pipelines/.gitignore \ No newline at end of file diff --git a/pipelines/.gitignore b/pipelines/.gitignore new file mode 100644 index 00000000..e69de29b