diff --git a/.gitignore b/.gitignore index eee451745..7e60f97d6 100644 --- a/.gitignore +++ b/.gitignore @@ -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