.gitignore 1.7 KB

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