From 298e2da9cef039ef67ca91782756e1bfddb7f706 Mon Sep 17 00:00:00 2001 From: Christophe Coevoet Date: Thu, 13 Jul 2023 01:04:48 +0200 Subject: [PATCH] Exclude the full docs folder from archives --- build/target-repository/.gitattributes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/target-repository/.gitattributes b/build/target-repository/.gitattributes index e5542d52d2f..63ea11b4663 100644 --- a/build/target-repository/.gitattributes +++ b/build/target-repository/.gitattributes @@ -17,7 +17,7 @@ CODE_OF_CONDUCT.md export-ignore # exclude only root dirs, otherwise nette/utils is removed - see https://github.com/TomasVotruba/tomasvotruba.com/pull/1197/checks?check_run_id=2577329283 /stubs export-ignore -docs/images export-ignore +docs/ export-ignore .github export-ignore /e2e export-ignore