.gitignore 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  1. ### Go template
  2. # If you prefer the allow list template instead of the deny list, see community template:
  3. # https://github.com/github/gitignore/blob/main/community/Golang/Go.AllowList.gitignore
  4. #
  5. # Binaries for programs and plugins
  6. *.exe
  7. *.exe~
  8. *.dll
  9. *.so
  10. *.dylib
  11. # Test binary, built with `go test -c`
  12. *.test
  13. # Output of the go coverage tool, specifically when used with LiteIDE
  14. *.out
  15. # Dependency directories (remove the comment below to include it)
  16. # vendor/
  17. # Go workspace file
  18. go.work
  19. ### Lua template
  20. # Compiled Lua sources
  21. luac.out
  22. # luarocks build files
  23. *.src.rock
  24. *.zip
  25. *.tar.gz
  26. # Object files
  27. *.o
  28. *.os
  29. *.ko
  30. *.obj
  31. *.elf
  32. # Precompiled Headers
  33. *.gch
  34. *.pch
  35. # Libraries
  36. *.lib
  37. *.a
  38. *.la
  39. *.lo
  40. *.def
  41. *.exp
  42. # Shared objects (inc. Windows DLLs)
  43. *.dll
  44. *.so
  45. *.so.*
  46. *.dylib
  47. # Executables
  48. *.exe
  49. *.out
  50. *.app
  51. *.i*86
  52. *.x86_64
  53. *.hex
  54. ### macOS template
  55. # General
  56. .DS_Store
  57. .AppleDouble
  58. .LSOverride
  59. # Icon must end with two \r
  60. Icon
  61. # Thumbnails
  62. ._*
  63. # Files that might appear in the root of a volume
  64. .DocumentRevisions-V100
  65. .fseventsd
  66. .Spotlight-V100
  67. .TemporaryItems
  68. .Trashes
  69. .VolumeIcon.icns
  70. .com.apple.timemachine.donotpresent
  71. # Directories potentially created on remote AFP share
  72. .AppleDB
  73. .AppleDesktop
  74. Network Trash Folder
  75. Temporary Items
  76. .apdisk
  77. .idea