chore: remove examples/ from git tracking, add to .gitignore

The examples/ directory contains sample images used for manual testing only
and should not be versioned. Added rule to CLAUDE.md.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
dbastrikin
2026-03-15 23:01:18 +02:00
parent bfaca1a2c1
commit 6e0d55d511
7 changed files with 8 additions and 0 deletions

3
.gitignore vendored
View File

@@ -1,3 +1,6 @@
# Example/sample files (images, fixtures used for manual testing)
examples/
# Firebase credentials # Firebase credentials
backend/firebase-credentials.json backend/firebase-credentials.json
client/android/app/google-services.json client/android/app/google-services.json

View File

@@ -5,6 +5,11 @@
- All code comments must be written in **English**. - All code comments must be written in **English**.
- All git commit messages 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 ## Localisation
**Rule:** Every table that stores human-readable text must have a companion `{table}_translations` **Rule:** Every table that stores human-readable text must have a companion `{table}_translations`

Binary file not shown.

Before

Width:  |  Height:  |  Size: 73 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 234 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 69 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 66 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 110 KiB