.gitignore 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136
  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. # geany
  75. *.geany
  76. # Cloud9IDE
  77. .settings.xml
  78. .c9revisions
  79. # vim ex mode
  80. .vimrc
  81. # ack(-grep)
  82. .ackrc
  83. # Mac OS
  84. .DS_Store
  85. # WebFinger
  86. .well-known
  87. /.buildpath
  88. # Tests
  89. /tests/phpunit.xml
  90. # Node Modules
  91. /build/node_modules/
  92. # nodejs
  93. /build/bin
  94. /build/lib/
  95. /build/jsdocs/
  96. /npm-debug.log
  97. /PhantomJS_*
  98. # puphpet
  99. puphpet
  100. # vagrant
  101. .vagrant
  102. Vagrantfile
  103. # Tests - auto-generated files
  104. /data-autotest
  105. /tests/coverage*
  106. /tests/css
  107. /tests/karma-coverage
  108. /tests/autoconfig*
  109. /tests/autotest*
  110. /tests/data/lorem-copy.txt
  111. /tests/data/testimage-copy.png
  112. /config/config-autotest-backup.php
  113. /config/autoconfig.php
  114. clover.xml