From ea90b5ce89b9babb4ebc86de523efc7fa9631281 Mon Sep 17 00:00:00 2001 From: Nathan Ringo Date: Mon, 15 Jan 2024 20:39:23 -0600 Subject: Initial commit --- .gitignore | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .gitignore (limited to '.gitignore') diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..8283a43 --- /dev/null +++ b/.gitignore @@ -0,0 +1,16 @@ +# Blanket ignores and exceptions to them +.* +*~ +!.builds +!.envrc +!.gitignore + +# Nix outputs +result +result-* + +# Non-Nix outputs +target/ + +# Configuration files +lambo.toml -- cgit v1.2.3