.gitignore 2.6 KB

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