.gitignore 1.5 KB

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