mirror of
https://gitlab.com/fdroid/fdroidserver.git
synced 2024-11-05 06:50:10 +01:00
70e7e720b9
Using a filename based on the hash of the contents means that the caching algorithms for fdroidclient and browsers can safely cache the file forever using the filename, since this guarantees that the contents will never change for a given filename. This does not cover screenshots, only icon.png, featureGraphic.png, tvBanner.png, and promoGraphic.png. fdroidserver#689 fdroid-website!453
64 lines
1.5 KiB
Plaintext
64 lines
1.5 KiB
Plaintext
/config.py
|
|
/makebs.config.py
|
|
*~
|
|
*.pyc
|
|
*.class
|
|
*.box
|
|
TAGS
|
|
.idea
|
|
|
|
# files generated by build
|
|
build/
|
|
dist/
|
|
env/
|
|
ENV/
|
|
fdroidserver.egg-info/
|
|
pylint.parseable
|
|
/.testfiles/
|
|
README.rst
|
|
/.eggs/
|
|
|
|
# editor tmp files
|
|
.*.swp
|
|
|
|
# files generated by tests
|
|
tmp/
|
|
/tests/repo/icons*
|
|
/tests/repo/latestapps.dat
|
|
|
|
# files used in manual testing
|
|
/config.py
|
|
/tmp/
|
|
/logs/
|
|
/metadata/
|
|
makebuildserver.config.py
|
|
/tests/.fdroid.keypass.txt
|
|
/tests/.fdroid.keystorepass.txt
|
|
/tests/.java.security
|
|
/tests/fdroid-icon.png
|
|
/tests/OBBMainOldVersion.apk
|
|
/tests/OBBMainPatchCurrent.apk
|
|
/tests/OBBMainTwoVersions.apk
|
|
/tests/archive/categories.txt
|
|
/tests/archive/icons*
|
|
/tests/archive/index.jar
|
|
/tests/archive/index_unsigned.jar
|
|
/tests/archive/index.xml
|
|
/tests/archive/index-v1.jar
|
|
/tests/archive/index-v1.json
|
|
/tests/metadata/org.videolan.vlc/en-US/icon*.png
|
|
/tests/repo/index.jar
|
|
/tests/repo/index_unsigned.jar
|
|
/tests/repo/index-v1.jar
|
|
/tests/repo/info.guardianproject.urzip/
|
|
/tests/repo/info.guardianproject.checkey/en-US/phoneScreenshots/checkey-phone.png
|
|
/tests/repo/info.guardianproject.checkey/en-US/phoneScreenshots/checkey.png
|
|
/tests/repo/obb.mainpatch.current/en-US/featureGraphic_ffhLaojxbGAfu9ROe1MJgK5ux8d0OVc6b65nmvOBaTk=.png
|
|
/tests/repo/obb.mainpatch.current/en-US/icon_WI0pkO3LsklrsTAnRr-OQSxkkoMY41lYe2-fAvXLiLg=.png
|
|
/tests/repo/org.videolan.vlc/en-US/icon_yAfSvPRJukZzMMfUzvbYqwaD1XmHXNtiPBtuPVHW-6s=.png
|
|
/tests/urzip-πÇÇπÇÇ现代汉语通用字-български-عربي1234.apk
|
|
/unsigned/
|
|
|
|
# generated by gettext
|
|
locale/*/LC_MESSAGES/fdroidserver.mo
|