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

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