.gitignore 2.0 KB

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