.gitignore 1.8 KB

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