add images to gitignore

images now needed to be added with `git add --force`.
This makes accidential commits of large files harder.
This commit is contained in:
Jörg Thalheim
2025-07-15 12:30:04 +02:00
parent 1befc86308
commit d76dc55325

10
.gitignore vendored
View File

@@ -43,3 +43,13 @@ pkgs/clan-app/ui/api/Inventory.ts
pkgs/clan-app/ui/api/modules_schemas.json
pkgs/clan-app/ui/api/schema.json
pkgs/clan-app/ui/.fonts
# To avoid accidentally committing large files
# Can be added with `git add -f` after reviewing the filesize
# Large files should be avoided or stored externally i.e. a gitea release
*.jpg
*.png
*.jpeg
*.gif
*.mp4
*.mkv