.gitignore 755 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. ### Windows ###
  2. # Windows image file caches
  3. Thumbs.db
  4. ehthumbs.db
  5. # Folder config file
  6. Desktop.ini
  7. # Recycle Bin used on file shares
  8. $RECYCLE.BIN/
  9. # Windows Installer files
  10. *.cab
  11. *.msi
  12. *.msm
  13. *.msp
  14. # Windows shortcuts
  15. *.lnk
  16. ### OSX ###
  17. .DS_Store
  18. .AppleDouble
  19. .LSOverride
  20. # Icon must end with two \r
  21. Icon
  22. # Thumbnails
  23. ._*
  24. # Files that might appear in the root of a volume
  25. .DocumentRevisions-V100
  26. .fseventsd
  27. .Spotlight-V100
  28. .TemporaryItems
  29. .Trashes
  30. .VolumeIcon.icns
  31. # Directories potentially created on remote AFP share
  32. .AppleDB
  33. .AppleDesktop
  34. Network Trash Folder
  35. Temporary Items
  36. .apdisk
  37. ### Linux ###
  38. *~
  39. # KDE directory preferences
  40. .directory
  41. # Linux trash folder which might appear on any partition or disk
  42. .Trash-*
  43. ### Jekyll ###
  44. /_site/