From 6b6a1bce7e4e0538b04b4042b32bd2ecad44af6a Mon Sep 17 00:00:00 2001 From: Leon Hoppe Date: Fri, 20 Feb 2026 22:58:47 +0100 Subject: [PATCH] Removed lfs --- .gitattributes | 1 - .gitea/workflows/ci.yml | 3 --- 2 files changed, 4 deletions(-) delete mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes deleted file mode 100644 index 24a8e87..0000000 --- a/.gitattributes +++ /dev/null @@ -1 +0,0 @@ -*.png filter=lfs diff=lfs merge=lfs -text diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index d207a7a..ec435a9 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -46,9 +46,6 @@ jobs: steps: - name: Checkout uses: actions/checkout@v4 - - - name: Pull LFS - run: git lfs pull - name: Login to registry run: |