From 6a3f44f911a9e89ad70315c8670bef972ed8d4bb Mon Sep 17 00:00:00 2001 From: vikingowl Date: Fri, 3 Oct 2025 05:55:32 +0200 Subject: [PATCH] Update .gitignore: add .agents/, .env files, and refine .env.example handling --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 695aa12..bb2e916 100644 --- a/.gitignore +++ b/.gitignore @@ -4,6 +4,10 @@ debug/ target/ dev/ +.agents/ +.env +.env.* +!.env.example # Remove Cargo.lock from gitignore if creating an executable, leave it for libraries # More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html @@ -100,4 +104,3 @@ fabric.properties # Android studio 3.1+ serialized cache file .idea/caches/build_file_checksums.ser - -- 2.52.0