From faca276e2ea96bcd1ed2ab299fa8a6a606dd4bab Mon Sep 17 00:00:00 2001 From: Florian Zumpe Date: Wed, 17 Jun 2026 11:12:56 +0200 Subject: [PATCH] gitea workflows excluded from git pull and clone --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index ec5ad8d..8470125 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,5 @@ storage/trash/routes/* !storage/trash/routes/.gitkeep .env npm-debug.log* + +.gitea/workflows/ \ No newline at end of file