You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

.gitignore 2.2KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148
  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/comments
  15. !/apps/dav
  16. !/apps/files
  17. !/apps/federation
  18. !/apps/federatedfilesharing
  19. !/apps/sharebymail
  20. !/apps/encryption
  21. !/apps/files_external
  22. !/apps/files_sharing
  23. !/apps/files_trashbin
  24. !/apps/files_versions
  25. !/apps/lookup_server_connector
  26. !/apps/user_ldap
  27. !/apps/oauth2
  28. !/apps/provisioning_api
  29. !/apps/systemtags
  30. !/apps/testing
  31. !/apps/admin_audit
  32. !/apps/updatenotification
  33. /apps/updatenotification/build
  34. /apps/updatenotification/js/merged.js
  35. /apps/updatenotification/js/merged.js.map
  36. /apps/updatenotification/js/*.hot-update.*
  37. /apps/updatenotification/node_modules
  38. !/apps/theming
  39. !/apps/twofactor_backupcodes
  40. !/apps/workflowengine
  41. /apps/files_external/3rdparty/irodsphp/PHPUnitTest
  42. /apps/files_external/3rdparty/irodsphp/web
  43. /apps/files_external/3rdparty/irodsphp/prods/test
  44. /apps/files_external/3rdparty/irodsphp/prods/tutorials
  45. /apps/files_external/3rdparty/irodsphp/prods/test*
  46. /apps/files_external/tests/config.*.php
  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. # 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. /config/config-autotest-backup.php
  121. /config/autoconfig.php
  122. clover.xml
  123. # Tests - dependencies
  124. tests/acceptance/composer.lock
  125. tests/acceptance/vendor/