diff --git a/.gitignore b/.gitignore index d0cc803..e927b4c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,6 @@ +# Example/sample files (images, fixtures used for manual testing) +examples/ + # Firebase credentials backend/firebase-credentials.json client/android/app/google-services.json diff --git a/CLAUDE.md b/CLAUDE.md index bcb835f..87be1a0 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -5,6 +5,11 @@ - All code comments must be written in **English**. - All git commit messages must be written in **English**. +## What NOT to commit + +- The `examples/` directory — it contains sample images and fixtures used for manual + testing only. It is listed in `.gitignore` and must never be staged or committed. + ## Localisation **Rule:** Every table that stores human-readable text must have a companion `{table}_translations` diff --git a/examples/dishes/dish1.jpg b/examples/dishes/dish1.jpg deleted file mode 100644 index f154cc5..0000000 Binary files a/examples/dishes/dish1.jpg and /dev/null differ diff --git a/examples/dishes/dish2.jpg b/examples/dishes/dish2.jpg deleted file mode 100644 index 4fccfaa..0000000 Binary files a/examples/dishes/dish2.jpg and /dev/null differ diff --git a/examples/products/products.jpg b/examples/products/products.jpg deleted file mode 100644 index f9f0eea..0000000 Binary files a/examples/products/products.jpg and /dev/null differ diff --git a/examples/receipts/receipt1.webp b/examples/receipts/receipt1.webp deleted file mode 100644 index e85e81f..0000000 Binary files a/examples/receipts/receipt1.webp and /dev/null differ diff --git a/examples/receipts/receipt2.jpg b/examples/receipts/receipt2.jpg deleted file mode 100644 index 0354c0c..0000000 Binary files a/examples/receipts/receipt2.jpg and /dev/null differ