From 84925b334adceb7ed6cb47f7b6fa53d9db161821 Mon Sep 17 00:00:00 2001 From: Jeroen Schweitzer Date: Wed, 11 Feb 2026 16:54:23 +0100 Subject: [PATCH] chore(config): add Rust build artifacts to gitignore server/target/ excluded from version control. Co-Authored-By: Claude Opus 4.6 --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index bc32a5f60..85dc30c42 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ # Build and cache .cache/ +server/target/ # Database journal files (transient, not the DB itself) db/commonwealth.db-wal