Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

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