.gitignore 1.7 KB

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