From f29ef992a9383267927a9ce1118a0bbb5c16ada8 Mon Sep 17 00:00:00 2001 From: Brodino Date: Mon, 27 Apr 2026 14:21:10 +0200 Subject: [PATCH] feat(git): updated gitignore --- .gitignore | 26 ++++++++++++++++---------- 1 file changed, 16 insertions(+), 10 deletions(-) diff --git a/.gitignore b/.gitignore index ae8c081..0602dba 100644 --- a/.gitignore +++ b/.gitignore @@ -1,20 +1,26 @@ # Secrets .env -# Build artifacts -state/artifacts/ -state/build.log -state/cron.log +# Build state — artifacts are large binaries, last_version is runtime state +state/ -# AUR SSH key (if stored locally) +# AUR clones — managed at runtime by the container, not part of the repo +webkit2gtk/ +webkit2gtk-bin/ + +# makepkg build leftovers (if they end up in the workspace) +*.pkg.tar.zst +*.pkg.tar.zst.sig +src/ +pkg/ + +# AUR SSH keys if stored locally *.pem *.key id_rsa id_ed25519 -# Docker -.docker/ - -# Misc -*.tmp +# Editor *.swp +*.tmp +.DS_Store