You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

.gitignore 2.8KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180
  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/workflowengine
  48. /apps/files_external/3rdparty/irodsphp/PHPUnitTest
  49. /apps/files_external/3rdparty/irodsphp/web
  50. /apps/files_external/3rdparty/irodsphp/prods/test
  51. /apps/files_external/3rdparty/irodsphp/prods/tutorials
  52. /apps/files_external/3rdparty/irodsphp/prods/test*
  53. /apps/files_external/tests/config.*.php
  54. # apps modules
  55. /apps/*/node_modules
  56. # ignore themes except the example and the README
  57. /themes/*
  58. !/themes/example
  59. !/themes/README
  60. # just sane ignores
  61. .*.sw[po]
  62. *.bak
  63. *.BAK
  64. *~
  65. *.orig
  66. *.class
  67. .cvsignore
  68. Thumbs.db
  69. *.py[co]
  70. _darcs/*
  71. CVS/*
  72. .svn/*
  73. RCS/*
  74. *.backup*
  75. .php_cs.cache
  76. .php-cs-fixer.cache
  77. # kdevelop
  78. .kdev
  79. *.kdev4
  80. *.kate-swp
  81. # Lokalize
  82. *lokalize*
  83. # eclipse
  84. .project
  85. .settings
  86. # netbeans
  87. nbproject
  88. # phpStorm
  89. .idea
  90. *.iml
  91. # vscode
  92. .vscode
  93. *.code-workspace
  94. # geany
  95. *.geany
  96. # Cloud9IDE
  97. .settings.xml
  98. .c9revisions
  99. # vim ex mode
  100. .vimrc
  101. # ack(-grep)
  102. .ackrc
  103. # Mac OS
  104. .DS_Store
  105. # WebFinger
  106. .well-known
  107. /.buildpath
  108. # Tests
  109. /tests/phpunit.xml
  110. # Node Modules
  111. /build/node_modules/
  112. # nodejs
  113. /build/bin
  114. /build/lib/
  115. /build/jsdocs/
  116. /build/integration/output/
  117. /build/integration/phpserver.log
  118. /npm-debug.log
  119. /PhantomJS_*
  120. # puphpet
  121. puphpet
  122. # vagrant
  123. .vagrant
  124. Vagrantfile
  125. # Tests - auto-generated files
  126. /data-autotest
  127. /tests/.phpunit.result.cache
  128. /tests/coverage*
  129. /tests/css
  130. /tests/karma-coverage
  131. /tests/autoconfig*
  132. /tests/autotest*
  133. /tests/data/lorem-copy.txt
  134. /tests/data/testimage-copy.png
  135. /tests/ui-regression/out/
  136. /tests/ui-regression/node_modules/
  137. /tests/ui-regression/package-lock.json
  138. /config/config-autotest-backup.php
  139. /config/autoconfig.php
  140. clover.xml
  141. /coverage
  142. # Tests - dependencies
  143. tests/acceptance/vendor/
  144. composer.phar
  145. /lib/composer/bin
  146. /lib/composer/bamarni
  147. /vendor-bin/**/vendor
  148. ./.htaccess
  149. core/js/mimetypelist.js
  150. # Tests - cypress
  151. cypress/downloads
  152. cypress/snapshots
  153. cypress/videos