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

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