.gitignore 565 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. # ---> Go
  2. # Compiled Object files, Static and Dynamic libs (Shared Objects)
  3. *.o
  4. *.a
  5. *.so
  6. # Folders
  7. _obj
  8. _test
  9. # Architecture specific extensions/prefixes
  10. *.[568vq]
  11. [568vq].out
  12. *.cgo1.go
  13. *.cgo2.c
  14. _cgo_defun.c
  15. _cgo_gotypes.go
  16. _cgo_export.*
  17. _testmain.go
  18. *.exe
  19. *.test
  20. *.prof
  21. # ---> VisualStudioCode
  22. .settings
  23. debug
  24. bin
  25. bin_release
  26. release
  27. __debug_bin
  28. *-api
  29. *.exe
  30. .vscode
  31. .idea
  32. *.tar.gz
  33. .vscode
  34. .DS_Store
  35. __debug*
  36. makefile
  37. Makefile
  38. logs
  39. release
  40. *.groovy
  41. .specstory
  42. conf/app.local.yml
  43. application
  44. build
  45. *.numbers
  46. conf.d
  47. keystore.json
  48. *.xlsx
  49. CLAUDE.md
  50. .claude
  51. docs