Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148
  1. # the default generated dir + db file
  2. /data
  3. /config/config.php
  4. /config/*.config.php
  5. /config/mimetype*.json
  6. /config/mount.php
  7. /apps/inc.php
  8. /assets
  9. /.htaccess
  10. /translationfiles
  11. /translationtool.phar
  12. # ignore all apps except core ones
  13. /apps*/*
  14. !/apps/accessibility
  15. !/apps/comments
  16. !/apps/dav
  17. !/apps/files
  18. !/apps/federation
  19. !/apps/federatedfilesharing
  20. !/apps/sharebymail
  21. !/apps/encryption
  22. !/apps/files_external
  23. !/apps/files_sharing
  24. !/apps/files_trashbin
  25. !/apps/files_versions
  26. !/apps/lookup_server_connector
  27. !/apps/user_ldap
  28. !/apps/oauth2
  29. !/apps/provisioning_api
  30. !/apps/systemtags
  31. !/apps/testing
  32. !/apps/admin_audit
  33. !/apps/updatenotification
  34. !/apps/theming
  35. !/apps/twofactor_backupcodes
  36. !/apps/workflowengine
  37. /apps/files_external/3rdparty/irodsphp/PHPUnitTest
  38. /apps/files_external/3rdparty/irodsphp/web
  39. /apps/files_external/3rdparty/irodsphp/prods/test
  40. /apps/files_external/3rdparty/irodsphp/prods/tutorials
  41. /apps/files_external/3rdparty/irodsphp/prods/test*
  42. /apps/files_external/tests/config.*.php
  43. # apps modules
  44. /apps/*/node_modules
  45. # ignore themes except the example and the README
  46. /themes/*
  47. !/themes/example
  48. !/themes/README
  49. # just sane ignores
  50. .*.sw[po]
  51. *.bak
  52. *.BAK
  53. *~
  54. *.orig
  55. *.class
  56. .cvsignore
  57. Thumbs.db
  58. *.py[co]
  59. _darcs/*
  60. CVS/*
  61. .svn/*
  62. RCS/*
  63. *.backup*
  64. # kdevelop
  65. .kdev
  66. *.kdev4
  67. *.kate-swp
  68. # Lokalize
  69. *lokalize*
  70. # eclipse
  71. .project
  72. .settings
  73. # netbeans
  74. nbproject
  75. # phpStorm
  76. .idea
  77. *.iml
  78. # vscode
  79. .vscode
  80. # geany
  81. *.geany
  82. # Cloud9IDE
  83. .settings.xml
  84. .c9revisions
  85. # vim ex mode
  86. .vimrc
  87. # ack(-grep)
  88. .ackrc
  89. # Mac OS
  90. .DS_Store
  91. # WebFinger
  92. .well-known
  93. /.buildpath
  94. # Tests
  95. /tests/phpunit.xml
  96. # Node Modules
  97. /build/node_modules/
  98. # nodejs
  99. /build/bin
  100. /build/lib/
  101. /build/jsdocs/
  102. /npm-debug.log
  103. /PhantomJS_*
  104. /build/package-lock.json
  105. # puphpet
  106. puphpet
  107. # vagrant
  108. .vagrant
  109. Vagrantfile
  110. # Tests - auto-generated files
  111. /data-autotest
  112. /tests/coverage*
  113. /tests/css
  114. /tests/karma-coverage
  115. /tests/autoconfig*
  116. /tests/autotest*
  117. /tests/data/lorem-copy.txt
  118. /tests/data/testimage-copy.png
  119. /config/config-autotest-backup.php
  120. /config/autoconfig.php
  121. clover.xml
  122. # Tests - dependencies
  123. tests/acceptance/composer.lock
  124. tests/acceptance/vendor/