.gitignore 1008 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. # General
  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. .com.apple.timemachine.donotpresent
  17. # Directories potentially created on remote AFP share
  18. .AppleDB
  19. .AppleDesktop
  20. Network Trash Folder
  21. Temporary Items
  22. .apdisk
  23. *~
  24. # temporary files which can be created if a process still has a handle open of a deleted file
  25. .fuse_hidden*
  26. # KDE directory preferences
  27. .directory
  28. # Linux trash folder which might appear on any partition or disk
  29. .Trash-*
  30. # .nfs files are created when an open file is removed but is still being accessed
  31. .nfs*
  32. # Windows thumbnail cache files
  33. Thumbs.db
  34. Thumbs.db:encryptable
  35. ehthumbs.db
  36. ehthumbs_vista.db
  37. # Dump file
  38. *.stackdump
  39. # Folder config file
  40. [Dd]esktop.ini
  41. # Recycle Bin used on file shares
  42. $RECYCLE.BIN/
  43. # Windows Installer files
  44. *.cab
  45. *.msi
  46. *.msix
  47. *.msm
  48. *.msp
  49. # Windows shortcuts
  50. *.lnk