From f6f71aad5cb472b16d3f66bc2488f8c980dee57c Mon Sep 17 00:00:00 2001 From: abhishekbhakat Date: Sun, 9 Feb 2025 20:25:45 +0000 Subject: [PATCH] Ignore locla resources --- .dockerignore | 3 ++- .gitignore | 4 ++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/.dockerignore b/.dockerignore index 7de1d6a..dd8c507 100644 --- a/.dockerignore +++ b/.dockerignore @@ -6,4 +6,5 @@ logs/ .venv airflow.db airflow.cfg -airflow-mcp-server \ No newline at end of file +airflow-mcp-server/ +resources/ diff --git a/.gitignore b/.gitignore index 15201ac..f4db822 100644 --- a/.gitignore +++ b/.gitignore @@ -169,3 +169,7 @@ cython_debug/ # PyPI configuration file .pypirc + + +# Local Resources +resources/