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

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. # the default generated dir + db file
  2. data
  3. owncloud
  4. config/config.php
  5. config/mount.php
  6. apps/inc.php
  7. # just sane ignores
  8. .*.sw[po]
  9. *.bak
  10. *.BAK
  11. *~
  12. *.orig
  13. *.class
  14. .cvsignore
  15. Thumbs.db
  16. *.py[co]
  17. _darcs/*
  18. CVS/*
  19. .svn/*
  20. RCS/*
  21. *.backup*
  22. # kdevelop
  23. .kdev
  24. *.kdev4
  25. *.kate-swp
  26. # Lokalize
  27. *lokalize*
  28. # eclipse
  29. .project
  30. .settings
  31. # netbeans
  32. nbproject
  33. # phpStorm
  34. .idea
  35. # geany
  36. *.geany
  37. # Cloud9IDE
  38. .settings.xml
  39. # vim ex mode
  40. .vimrc
  41. # Mac OS
  42. .DS_Store
  43. # WebFinger
  44. .well-known
  45. /.buildpath