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

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