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 799B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. # the default generated dir + db file
  2. data
  3. owncloud
  4. config/config.php
  5. config/mount.php
  6. apps/inc.php
  7. # ignore all apps except core ones
  8. apps/*
  9. !apps/files
  10. !apps/files_encryption
  11. !apps/files_external
  12. !apps/files_sharing
  13. !apps/files_trashbin
  14. !apps/files_versions
  15. !apps/user_ldap
  16. !apps/user_webdavauth
  17. # just sane ignores
  18. .*.sw[po]
  19. *.bak
  20. *.BAK
  21. *~
  22. *.orig
  23. *.class
  24. .cvsignore
  25. Thumbs.db
  26. *.py[co]
  27. _darcs/*
  28. CVS/*
  29. .svn/*
  30. RCS/*
  31. *.backup*
  32. # kdevelop
  33. .kdev
  34. *.kdev4
  35. *.kate-swp
  36. # Lokalize
  37. *lokalize*
  38. # eclipse
  39. .project
  40. .settings
  41. # netbeans
  42. nbproject
  43. # phpStorm
  44. .idea
  45. *.iml
  46. # geany
  47. *.geany
  48. # Cloud9IDE
  49. .settings.xml
  50. .c9revisions
  51. # vim ex mode
  52. .vimrc
  53. # Mac OS
  54. .DS_Store
  55. # WebFinger
  56. .well-known
  57. /.buildpath
  58. #tests - autogenerated filed
  59. data-autotest
  60. /tests/coverage*
  61. /tests/autoconfig*
  62. /tests/autotest*