update gitignore and netlify configs

This commit is contained in:
Jack Forgash 2022-05-26 16:39:34 -06:00
parent 0169f437b0
commit 6c45449a2a
2 changed files with 1 additions and 5 deletions

4
.gitignore vendored
View File

@ -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

View File

@ -1,2 +1,2 @@
[build]
base = "target/"
base = "docs/"