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.5KB

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