From 9558ae4b6e91a4ce2ff35baa26463889cd431a8a Mon Sep 17 00:00:00 2001 From: Replit Agent Date: Sat, 4 Jul 2026 22:01:02 +0000 Subject: [PATCH] Saved progress at the end of the loop Replit-Commit-Author: Agent Replit-Commit-Session-Id: f5797e65-2210-4d2e-bf70-278d8a0098c1 Replit-Commit-Checkpoint-Type: full_checkpoint Replit-Commit-Event-Id: 768137b7-5473-49c3-b27e-38dfc1479e0e Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/2a2c58da-54a0-4c86-8ad0-3b93439f70de/f5797e65-2210-4d2e-bf70-278d8a0098c1/D15BHvH Replit-Helium-Checkpoint-Created: true --- .gitignore | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..a3622d9 --- /dev/null +++ b/.gitignore @@ -0,0 +1,13 @@ +# Ignore everything by default +/* + +# Keep this file +!/.gitignore + +# Whitelist: pure static site source only +!/*.html +!/*.js +!/*.css + +# Whitelist: images used by the site +!/images/