From 6c057d945e3cf048a87c368b46419e305a99a220 Mon Sep 17 00:00:00 2001 From: DannyDannyDanny Date: Mon, 30 Mar 2026 18:02:27 +0200 Subject: [PATCH] chore: gitignore result symlink and openclaw dir :see_no_evil: --- .gitignore | 6 ++++++ result | 1 - 2 files changed, 6 insertions(+), 1 deletion(-) delete mode 120000 result diff --git a/.gitignore b/.gitignore index 34b25fd..5eede6d 100644 --- a/.gitignore +++ b/.gitignore @@ -11,3 +11,9 @@ env/ # Installer ISO live WiFi (SSID/PSK); see docs/server-installer-usb.md nixos/installer-wifi.nix + +# Nix build output symlink +result + +# Archived / local-only directories +openclaw-documents-repo/ diff --git a/result b/result deleted file mode 120000 index 8b617dd..0000000 --- a/result +++ /dev/null @@ -1 +0,0 @@ -/nix/store/x8ain9193yl3k10mk0bi667qp5iwk03w-lua-5.2.4 \ No newline at end of file