From b60016c38a07408da33a00307b975d7bfa7aade6 Mon Sep 17 00:00:00 2001 From: Julien Malka Date: Sat, 12 Oct 2024 00:23:05 +0200 Subject: [PATCH] chore: init gitignore --- .gitignore | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..d50eeb8 --- /dev/null +++ b/.gitignore @@ -0,0 +1,11 @@ +# ---> Nix +# Ignore build outputs from performing a nix-build or `nix build` command +result +result-* + +.direnv + +#ignore vm images +*.qcow2 +.gcroots +.pre-commit-config.yaml