From c1decadb590c4d79d92bcc4df7772119a5c91244 Mon Sep 17 00:00:00 2001 From: Gab Virebent Date: Sat, 22 Aug 2026 20:36:56 +0200 Subject: Initial Aegis Usenet client release --- .gitignore | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .gitignore (limited to '.gitignore') diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..1b0729d --- /dev/null +++ b/.gitignore @@ -0,0 +1,14 @@ +# Local build output +/aegis +/aegis-build + +# Local configuration and encrypted identity material +*.age +config.json +profile.json +*.tmp + +# Editor and OS files +.DS_Store +*.swp + -- cgit v1.2.3