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

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