You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

.gitignore_global 1.0KB

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