.gitignore 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  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. # =========================
  41. # Organizr files
  42. # =========================
  43. databaseLocation.ini.php
  44. homepageSettings.ini.php
  45. loginLog.json
  46. custom.css
  47. _config.yml
  48. org.log
  49. org*.log
  50. test.php
  51. users.db
  52. speedtest.db
  53. chatpack.db
  54. config/cacert.pem
  55. config/config.php
  56. config/config*.bak.php
  57. config/users/
  58. config/users
  59. config/users*.db
  60. config/users*.bak.db
  61. config/tmp/*
  62. images/cache/*
  63. backups/*
  64. backups/
  65. backups
  66. test*.php
  67. tracy/
  68. logs/
  69. debug.php
  70. OrganizrV2/*