From 23878851bdf7b907912e302a46da2bdb0f3c9cd4 Mon Sep 17 00:00:00 2001 From: toast Date: Sat, 2 Aug 2025 22:44:22 +0900 Subject: [PATCH] Initial commit --- .gitignore | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..912e670 --- /dev/null +++ b/.gitignore @@ -0,0 +1,6 @@ +# Ignore build outputs from performing a nix-build or `nix build` command +result +result-* + +# Ignore automatically generated direnv output +.direnv