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 742B

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. # ---> 🐧
  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. # ---> 🍎
  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