mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-04-14 19:46:54 +00:00
* This has a very rudimentary language selector for the Chinese version. I think this can be improved using only CSS. One idea is to use the :lang selector and then URLs with the language code in the fragemnt, e.g. `#zh` or `#de`. Then there could be a row of languages, each clickable to a link that adds the language to the fragment. * Removing `/repo` means that this will no longer ignore a symlink or file called `repo` in the root of this project. I couldn't find a way to keep that and still have functional exceptions for the index files.
31 lines
414 B
Text
31 lines
414 B
Text
/config.yml
|
|
/unsigned/
|
|
/repo/*
|
|
/archive/
|
|
/binary_transparency/
|
|
/logs/
|
|
/tmp/
|
|
/builder/
|
|
*~
|
|
*.swp
|
|
*.swo
|
|
*.pyc
|
|
.fdroid*
|
|
*.apk
|
|
*.jks
|
|
/metadata/dump_*
|
|
/stats/logs/
|
|
/stats/data/
|
|
/build/*/
|
|
!/build/extlib/
|
|
/build/.fdroidvcs-*
|
|
/stats/publishsigkeys.jar
|
|
|
|
# used in fdroidserver's ./jenkins-test
|
|
keystore.jks
|
|
keystore.p12
|
|
|
|
# the instructions page to be displayed on mirrors
|
|
!/repo/index.css
|
|
!/repo/index.html
|
|
!/repo/index.png
|