.gitignore 757 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. # Created by .ignore support plugin (hsz.mobi)
  2. ### macOS template
  3. # General
  4. .DS_Store
  5. .AppleDouble
  6. .LSOverride
  7. # Icon must end with two \r
  8. Icon
  9. # Thumbnails
  10. ._*
  11. # Files that might appear in the root of a volume
  12. .DocumentRevisions-V100
  13. .fseventsd
  14. .Spotlight-V100
  15. .TemporaryItems
  16. .Trashes
  17. .VolumeIcon.icns
  18. .com.apple.timemachine.donotpresent
  19. # Directories potentially created on remote AFP share
  20. .AppleDB
  21. .AppleDesktop
  22. Network Trash Folder
  23. Temporary Items
  24. .apdisk
  25. ### Go template
  26. # Binaries for programs and plugins
  27. *.exe
  28. *.exe~
  29. *.dll
  30. *.so
  31. *.dylib
  32. # Test binary, built with `go test -c`
  33. *.test
  34. # Output of the go coverage tool, specifically when used with LiteIDE
  35. *.out
  36. # Dependency directories (remove the comment below to include it)
  37. vendor/
  38. *.log