fdroiddata/.gitignore
Hans-Christoph Steiner b1748053d4 add index page with instructions to be displayed on mirrors
* 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.
2024-11-25 18:27:57 +00:00

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