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

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