From 599f46909612c4a19f3c76d32cece995896dcdbc Mon Sep 17 00:00:00 2001 From: Guanran Wang Date: Wed, 21 Feb 2024 12:11:50 +0800 Subject: [PATCH] repo: add .gitignore --- .gitignore | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..26a185b --- /dev/null +++ b/.gitignore @@ -0,0 +1,9 @@ +.DS_Store + + + +# Ignore build outputs from performing a nix-build or `nix build` command +result +result-* + +lazy-lock.json