.gitignore 526 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. # Created by .ignore support plugin (hsz.mobi)
  2. ### Go template
  3. # Compiled Object files, Static and Dynamic libs (Shared Objects)
  4. *.o
  5. *.a
  6. *.so
  7. # Folders
  8. _obj
  9. _test
  10. # Architecture specific extensions/prefixes
  11. *.[568vq]
  12. [568vq].out
  13. *.cgo1.go
  14. *.cgo2.c
  15. _cgo_defun.c
  16. _cgo_gotypes.go
  17. _cgo_export.*
  18. _testmain.go
  19. *.exe
  20. *.test
  21. *.prof
  22. # Output of the go coverage tool, specifically when used with LiteIDE
  23. *.out
  24. # external packages folder
  25. # 特殊处理
  26. # vendor/
  27. relation-service
  28. .idea/
  29. *.iml
  30. dump.rdb
  31. .DS_Store
  32. .vscode/
  33. #cmd