.gitignore 621 B

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