.gitignore 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163
  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/dashboard
  20. !/apps/dav
  21. !/apps/files
  22. !/apps/federation
  23. !/apps/federatedfilesharing
  24. !/apps/sharebymail
  25. !/apps/encryption
  26. !/apps/files_external
  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. # 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. # geany
  89. *.geany
  90. # Cloud9IDE
  91. .settings.xml
  92. .c9revisions
  93. # vim ex mode
  94. .vimrc
  95. # ack(-grep)
  96. .ackrc
  97. # Mac OS
  98. .DS_Store
  99. # WebFinger
  100. .well-known
  101. /.buildpath
  102. # Tests
  103. /tests/phpunit.xml
  104. # Node Modules
  105. /build/node_modules/
  106. # nodejs
  107. /build/bin
  108. /build/lib/
  109. /build/jsdocs/
  110. /npm-debug.log
  111. /PhantomJS_*
  112. /build/package-lock.json
  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. # Tests - dependencies
  135. tests/acceptance/vendor/
  136. composer.phar
  137. /lib/composer/bin
  138. /vendor-bin/**/vendor