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

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