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 1.9KB

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