From b2c0cf27604f421258077156d18d7ed45d32228f Mon Sep 17 00:00:00 2001 From: KJ Tsanaktsidis Date: Sat, 6 Sep 2025 11:35:19 +1000 Subject: Initial commit --- .gitignore | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .gitignore (limited to '.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 -- cgit v1.2.3