Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184
  1. # SPDX-FileCopyrightText: 2016-2024 Nextcloud GmbH and Nextcloud contributors
  2. # SPDX-FileCopyrightText: 2011-2016 ownCloud contributors
  3. # SPDX-FileCopyrightText: 2010 ownCloud contributors
  4. # SPDX-License-Identifier: AGPL-3.0-only
  5. # the default generated dir + db file
  6. /data
  7. /config/config.php
  8. /config/*.config.php
  9. /config/mimetype*.json
  10. /config/mount.php
  11. /apps/inc.php
  12. /assets
  13. /.htaccess
  14. /node_modules
  15. /translationfiles
  16. /translationtool.phar
  17. # ignore all apps except core ones
  18. /apps*/*
  19. !/apps/cloud_federation_api
  20. !/apps/comments
  21. !/apps/contactsinteraction
  22. !/apps/dashboard
  23. !/apps/dav
  24. !/apps/files
  25. !/apps/federation
  26. !/apps/federatedfilesharing
  27. !/apps/sharebymail
  28. !/apps/encryption
  29. !/apps/files_external
  30. !/apps/files_reminders
  31. !/apps/files_sharing
  32. !/apps/files_trashbin
  33. !/apps/files_versions
  34. !/apps/lookup_server_connector
  35. !/apps/user_ldap
  36. !/apps/oauth2
  37. !/apps/provisioning_api
  38. !/apps/settings
  39. !/apps/systemtags
  40. !/apps/testing
  41. !/apps/admin_audit
  42. !/apps/updatenotification
  43. !/apps/theming
  44. !/apps/twofactor_backupcodes
  45. !/apps/user_status
  46. !/apps/weather_status
  47. !/apps/webhook_listeners
  48. !/apps/workflowengine
  49. /apps/files_external/3rdparty/irodsphp/PHPUnitTest
  50. /apps/files_external/3rdparty/irodsphp/web
  51. /apps/files_external/3rdparty/irodsphp/prods/test
  52. /apps/files_external/3rdparty/irodsphp/prods/tutorials
  53. /apps/files_external/3rdparty/irodsphp/prods/test*
  54. /apps/files_external/tests/config.*.php
  55. # apps modules
  56. /apps/*/node_modules
  57. # ignore themes except the example and the README
  58. /themes/*
  59. !/themes/example
  60. !/themes/README
  61. # Love to people that develop the updater
  62. /updater
  63. # just sane ignores
  64. .*.sw[po]
  65. *.bak
  66. *.BAK
  67. *~
  68. *.orig
  69. *.class
  70. .cvsignore
  71. Thumbs.db
  72. *.py[co]
  73. _darcs/*
  74. CVS/*
  75. .svn/*
  76. RCS/*
  77. *.backup*
  78. .php_cs.cache
  79. .php-cs-fixer.cache
  80. # kdevelop
  81. .kdev
  82. *.kdev4
  83. *.kate-swp
  84. # Lokalize
  85. *lokalize*
  86. # eclipse
  87. .project
  88. .settings
  89. # netbeans
  90. nbproject
  91. # phpStorm
  92. .idea
  93. *.iml
  94. # vscode
  95. .vscode
  96. *.code-workspace
  97. # geany
  98. *.geany
  99. # Cloud9IDE
  100. .settings.xml
  101. .c9revisions
  102. # vim ex mode
  103. .vimrc
  104. # ack(-grep)
  105. .ackrc
  106. # Mac OS
  107. .DS_Store
  108. # WebFinger
  109. .well-known
  110. /.buildpath
  111. # Tests
  112. /tests/phpunit.xml
  113. # Node Modules
  114. /build/node_modules/
  115. # nodejs
  116. /build/bin
  117. /build/lib/
  118. /build/jsdocs/
  119. /build/integration/output/
  120. /build/integration/phpserver.log
  121. /npm-debug.log
  122. /PhantomJS_*
  123. # puphpet
  124. puphpet
  125. # vagrant
  126. .vagrant
  127. Vagrantfile
  128. # Tests - auto-generated files
  129. /data-autotest
  130. /tests/.phpunit.result.cache
  131. /tests/coverage*
  132. /tests/css
  133. /tests/karma-coverage
  134. /tests/autoconfig*
  135. /tests/autotest*
  136. /tests/data/lorem-copy.txt
  137. /tests/data/testimage-copy.png
  138. /tests/ui-regression/out/
  139. /tests/ui-regression/node_modules/
  140. /tests/ui-regression/package-lock.json
  141. /config/config-autotest-backup.php
  142. /config/autoconfig.php
  143. clover.xml
  144. /coverage
  145. # Tests - dependencies
  146. tests/acceptance/vendor/
  147. composer.phar
  148. /lib/composer/bin
  149. /lib/composer/bamarni
  150. /vendor-bin/**/vendor
  151. ./.htaccess
  152. core/js/mimetypelist.js
  153. # Tests - cypress
  154. cypress/downloads
  155. cypress/snapshots
  156. cypress/videos