.gitignore 517 B

12345678910111213141516171819202122232425262728293031323334
  1. # Created by https://www.gitignore.io/api/macos
  2. ### macOS ###
  3. *.DS_Store
  4. .AppleDouble
  5. .LSOverride
  6. # Icon must end with two \r
  7. Icon
  8. # Thumbnails
  9. ._*
  10. # Files that might appear in the root of a volume
  11. .DocumentRevisions-V100
  12. .fseventsd
  13. .Spotlight-V100
  14. .TemporaryItems
  15. .Trashes
  16. .VolumeIcon.icns
  17. .com.apple.timemachine.donotpresent
  18. # Directories potentially created on remote AFP share
  19. .AppleDB
  20. .AppleDesktop
  21. Network Trash Folder
  22. Temporary Items
  23. .apdisk
  24. # End of https://www.gitignore.io/api/macos
  25. cmd/*/*exe
  26. .idea