From e115d2e03f5d28b993c64da1663933c4e4cde129 Mon Sep 17 00:00:00 2001 From: Laan Tungir Date: Sat, 2 May 2026 09:50:08 -0400 Subject: [PATCH] chore: stop tracking compiled build artifacts --- .gitignore | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/.gitignore b/.gitignore index a4a57a64..09bd0a51 100644 --- a/.gitignore +++ b/.gitignore @@ -19,3 +19,18 @@ node_modules/ *.dylib *.dll build/ + +# Build outputs/binaries (do not track) +/websocket_debug +/libnostr_core_arm64.a +/tests/websocket_debug +/tests/*_test +/examples/input_detection +/examples/keypair_generation +/examples/mnemonic_derivation +/examples/mnemonic_generation +/examples/relay_pool +/examples/send_nip17_dm +/examples/simple_keygen +/examples/utility_functions +/examples/version_test