From 80d36dc562bb57308f6f3c276e5d3452a73070e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zoran=20Peri=C4=8Di=C4=87?= Date: Sat, 1 Aug 2026 19:02:37 +0200 Subject: [PATCH] Add .gitignore for downloaded release binaries --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..6d5e4a6 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +# Downloaded upstream release binaries +gitea-[0-9]*.[0-9]*.[0-9]*-linux-amd64 +gitea-[0-9]*.[0-9]*.[0-9]*-linux-arm64