.gitignore 1.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  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. # =========================
  39. # Organizr files
  40. # =========================
  41. databaseLocation.ini.php
  42. homepageSettings.ini.php
  43. loginLog.json
  44. custom.css
  45. _config.yml
  46. org.log
  47. org*.log
  48. test.php
  49. users.db
  50. speedtest.db
  51. config/cacert.pem
  52. config/config.php
  53. config/config*.bak.php
  54. config/users/
  55. config/users
  56. config/users*.db
  57. config/users*.bak.db
  58. config/tmp/*
  59. images/cache/*
  60. backups/*
  61. backups/
  62. backups