From 8ff624350be589237d0f83fff636652537e0b2b5 Mon Sep 17 00:00:00 2001 From: Arik Jones Date: Mon, 2 Sep 2024 10:08:01 -0500 Subject: [PATCH] gitignore --- .gitignore | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..1a763c9 --- /dev/null +++ b/.gitignore @@ -0,0 +1,35 @@ +# Aider-specific files and folders +.aider* +.aider/ +aider-* +.aider.chat.history.md +.aider.ident.json +.aider.tags.json + +# Temporary files created by Aider +*.aider.tmp + +# Logs +aider.log + +# Cached files +.aider_cache/# Binaries for programs and plugins + +# Binaries for programs and plugins +*.exe +*.exe~ +*.dll +*.so +*.dylib + +# Test binary, built with `go test -c` +*.test + +# Output of the go coverage tool, specifically when used with LiteIDE +*.out + +# Dependency directories (remove the comment below to include it) +# vendor/ + +# Go workspace file +go.work