1
0

.gitignore 2.8 KB

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