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

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