From 6c45449a2aea4fa0be4783388de7f934c234854d Mon Sep 17 00:00:00 2001 From: Jack Forgash Date: Thu, 26 May 2022 16:39:34 -0600 Subject: [PATCH] update gitignore and netlify configs --- .gitignore | 4 ---- netlify.toml | 2 +- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 1500112..26238d9 100644 --- a/.gitignore +++ b/.gitignore @@ -9,10 +9,6 @@ logs/ dbt_docs.sh *.DS_Store -!target/index.html -!target/catalog.json -!target/manifest.json - # Visual Studio Code files */.vscode *.code-workspace diff --git a/netlify.toml b/netlify.toml index 0352b19..16845b9 100644 --- a/netlify.toml +++ b/netlify.toml @@ -1,2 +1,2 @@ [build] - base = "target/" + base = "docs/"