.gitignore 2.2 KB

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