diff options
author | ByteHamster <ByteHamster@users.noreply.github.com> | 2024-03-09 11:02:23 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-09 11:02:23 +0100 |
commit | 39e2d6e230bf2ccc3c16443ae12af2ee1151e1f6 (patch) | |
tree | 549fe13ec5f383092cafa26cd3806de20d404044 /.gitmodules | |
parent | e1ef2a643a9b86791c87ee176f687f8c34cba79e (diff) | |
download | AntennaPod-39e2d6e230bf2ccc3c16443ae12af2ee1151e1f6.zip |
Move Google Play Metadata to its own repo (#6970)
This avoids having hundreds of megabytes of screenshot data in the main repo every single time we re-generate them. Then developers do not have to clone a huge repo (at least if they clone without submodules). It also enables rewriting the screenshot git history to be smaller without rewriting the code git history (which would be quite a bad idea).
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 000000000..7829a701d --- /dev/null +++ b/.gitmodules @@ -0,0 +1,4 @@ +[submodule "app/src/main/play"] + path = app/src/main/play + url = https://github.com/AntennaPod/StoreMetadata.git + branch = main |