.gitignore 2.2 KB

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