.gitignore 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159
  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/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. # kdevelop
  72. .kdev
  73. *.kdev4
  74. *.kate-swp
  75. # Lokalize
  76. *lokalize*
  77. # eclipse
  78. .project
  79. .settings
  80. # netbeans
  81. nbproject
  82. # phpStorm
  83. .idea
  84. *.iml
  85. # vscode
  86. .vscode
  87. # geany
  88. *.geany
  89. # Cloud9IDE
  90. .settings.xml
  91. .c9revisions
  92. # vim ex mode
  93. .vimrc
  94. # ack(-grep)
  95. .ackrc
  96. # Mac OS
  97. .DS_Store
  98. # WebFinger
  99. .well-known
  100. /.buildpath
  101. # Tests
  102. /tests/phpunit.xml
  103. # Node Modules
  104. /build/node_modules/
  105. # nodejs
  106. /build/bin
  107. /build/lib/
  108. /build/jsdocs/
  109. /npm-debug.log
  110. /PhantomJS_*
  111. /build/package-lock.json
  112. # puphpet
  113. puphpet
  114. # vagrant
  115. .vagrant
  116. Vagrantfile
  117. # Tests - auto-generated files
  118. /data-autotest
  119. /tests/.phpunit.result.cache
  120. /tests/coverage*
  121. /tests/css
  122. /tests/karma-coverage
  123. /tests/autoconfig*
  124. /tests/autotest*
  125. /tests/data/lorem-copy.txt
  126. /tests/data/testimage-copy.png
  127. /tests/ui-regression/out/
  128. /tests/ui-regression/node_modules/
  129. /tests/ui-regression/package-lock.json
  130. /config/config-autotest-backup.php
  131. /config/autoconfig.php
  132. clover.xml
  133. # Tests - dependencies
  134. tests/acceptance/composer.lock
  135. tests/acceptance/vendor/