From 0ebfcd18bb2e547449dee5273c5e8ce4f033283b Mon Sep 17 00:00:00 2001 From: Scott Idem Date: Mon, 20 Apr 2026 14:24:06 -0400 Subject: [PATCH] chore: ignore builds/ directory and seed config files builds/ contains large compiled .app bundles (500MB+) not suitable for git. seed_config.json contains API keys and must not be committed. --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 35a9bc7..3ac4683 100644 --- a/.gitignore +++ b/.gitignore @@ -25,3 +25,5 @@ development/ file_cache/ aether_native_app_config.json # package-lock.json +builds/ +resources/seed_config.json