From bd3760e60793a0cba309972d25c86d3cd8dac830 Mon Sep 17 00:00:00 2001 From: Wilson Freitas Date: Sun, 18 Feb 2024 16:48:30 -0300 Subject: [PATCH] gitignore updated --- .gitignore | 3 +-- site/.gitignore | 1 + 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 60b2708..8a209c2 100644 --- a/.gitignore +++ b/.gitignore @@ -2,5 +2,4 @@ env.ps1 .vscode /.quarto/ github.ipynb -build.sh -site/docs \ No newline at end of file +build.sh \ No newline at end of file diff --git a/site/.gitignore b/site/.gitignore index 075b254..994efc7 100644 --- a/site/.gitignore +++ b/site/.gitignore @@ -1 +1,2 @@ /.quarto/ +docs \ No newline at end of file