1
0

.gitignore 2.9 KB

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