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

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