mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-13 14:32:28 +03:00

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
63 lines
1.5 KiB
Text
63 lines
1.5 KiB
Text
/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
|