From f437a9ab888547ed50bc1df0fe0db551f5e54fbe Mon Sep 17 00:00:00 2001 From: Charles Hall Date: Mon, 29 Apr 2024 23:59:00 -0700 Subject: [PATCH] add gitignore --- .gitignore | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..5d4e599f --- /dev/null +++ b/.gitignore @@ -0,0 +1,11 @@ +# Cargo artifacts +target + +# Direnv cache +/.direnv + +# Nix artifacts +result* + +# GitLab CI cache +/.gitlab-ci.d