.gitignore 2.3 KB

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