.gitignore 2.0 KB

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