Comandos marotos que facilitam seu dia
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

70 lignes
1.0 KiB

  1. # ---> Windows
  2. # Windows thumbnail cache files
  3. Thumbs.db
  4. Thumbs.db:encryptable
  5. ehthumbs.db
  6. ehthumbs_vista.db
  7. # Dump file
  8. *.stackdump
  9. # Folder config file
  10. [Dd]esktop.ini
  11. # Recycle Bin used on file shares
  12. $RECYCLE.BIN/
  13. # Windows Installer files
  14. *.cab
  15. *.msi
  16. *.msix
  17. *.msm
  18. *.msp
  19. # Windows shortcuts
  20. *.lnk
  21. # ---> macOS
  22. # General
  23. .DS_Store
  24. .AppleDouble
  25. .LSOverride
  26. # Icon must end with two \r
  27. Icon
  28. # Thumbnails
  29. ._*
  30. # Files that might appear in the root of a volume
  31. .DocumentRevisions-V100
  32. .fseventsd
  33. .Spotlight-V100
  34. .TemporaryItems
  35. .Trashes
  36. .VolumeIcon.icns
  37. .com.apple.timemachine.donotpresent
  38. # Directories potentially created on remote AFP share
  39. .AppleDB
  40. .AppleDesktop
  41. Network Trash Folder
  42. Temporary Items
  43. .apdisk
  44. # ---> Linux
  45. *~
  46. # temporary files which can be created if a process still has a handle open of a deleted file
  47. .fuse_hidden*
  48. # KDE directory preferences
  49. .directory
  50. # Linux trash folder which might appear on any partition or disk
  51. .Trash-*
  52. # .nfs files are created when an open file is removed but is still being accessed
  53. .nfs*