From 7cedf8a134e792c3acd5da74804eb3ccbfe02a9f Mon Sep 17 00:00:00 2001 From: Albert Dellor <46529526+dell-datascience@users.noreply.github.com> Date: Sat, 13 Jul 2024 09:09:38 +0100 Subject: [PATCH] chore: Update _config.yml with excluded files and directories --- _config.yml | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/_config.yml b/_config.yml index 2f7efbe..d64f503 100644 --- a/_config.yml +++ b/_config.yml @@ -1 +1,17 @@ -theme: jekyll-theme-minimal \ No newline at end of file +theme: jekyll-theme-minimal +title: Data Engineering +exclude: + exclude: + - .git + - .gitignore + - .github + - .git attributes + - .git modules + - week_1_basics_and_setup/* + - week_2_workflow_orchestration/* + - week_3_data_warehouse/* + - week_4_analytics_engineering/* + - week_5_batch/* + - workshop/* + - README.md + - main.txt