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

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