.gitignore 572 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. # ---> Go
  2. # Compiled Object files, Static and Dynamic libs (Shared Objects)
  3. *.o
  4. *.a
  5. *.so
  6. go.sum
  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. # ---> VisualStudioCode
  23. .settings
  24. debug
  25. bin
  26. bin_release
  27. release
  28. __debug_bin
  29. *-api
  30. *.exe
  31. .vscode
  32. .idea
  33. *.tar.gz
  34. .vscode
  35. .DS_Store
  36. __debug*
  37. makefile
  38. Makefile
  39. logs
  40. release
  41. *.groovy
  42. .specstory
  43. conf/app.local.yml
  44. application
  45. build
  46. *.numbers
  47. conf.d
  48. keystore.json
  49. *.xlsx
  50. CLAUDE.md
  51. .claude
  52. docs