.gitignore 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  1. # Windows image file caches
  2. Thumbs.db
  3. ehthumbs.db
  4. # Folder config file
  5. Desktop.ini
  6. # Recycle Bin used on file shares
  7. $RECYCLE.BIN/
  8. # Windows Installer files
  9. *.cab
  10. *.msi
  11. *.msm
  12. *.msp
  13. # Windows shortcuts
  14. *.lnk
  15. # =========================
  16. # Operating System Files
  17. # =========================
  18. # OSX
  19. # =========================
  20. .DS_Store
  21. .AppleDouble
  22. .LSOverride
  23. # Thumbnails
  24. ._*
  25. # Files that might appear in the root of a volume
  26. .DocumentRevisions-V100
  27. .fseventsd
  28. .Spotlight-V100
  29. .TemporaryItems
  30. .Trashes
  31. .VolumeIcon.icns
  32. # Directories potentially created on remote AFP share
  33. .AppleDB
  34. .AppleDesktop
  35. Network Trash Folder
  36. Temporary Items
  37. .apdisk
  38. # Files from my local computer
  39. php_errors.log
  40. # Backup Files
  41. .pydio_id
  42. # =========================
  43. # Organizr files
  44. # =========================
  45. databaseLocation.ini.php
  46. homepageSettings.ini.php
  47. loginLog.json
  48. custom.css
  49. _config.yml
  50. org.log
  51. org*.log
  52. test.php
  53. users.db
  54. speedtest.db
  55. chatpack.db
  56. config/cacert.pem
  57. config/config.php
  58. config/config*.bak.php
  59. config/users/
  60. config/users
  61. config/users*.db
  62. config/users*.bak.db
  63. config/tmp/*
  64. images/cache/*
  65. backups/*
  66. backups/
  67. backups
  68. test*.php
  69. tracy/
  70. logs/
  71. debug.php
  72. OrganizrV2/*
  73. orgv2/*
  74. test.php
  75. organizrLoginLog.json
  76. organizrLog.json
  77. api/config/config*
  78. upgrade/*
  79. api/upgrade*
  80. api/functions/cert/cacert.pem
  81. wallpaper.jpg
  82. strings.json
  83. css/themes/*.css
  84. !css/themes/Organizr.css
  85. !css/themes/Blue.css
  86. *sonflix*
  87. plugins/images/cache/*.jpg
  88. testdata*