.gitignore 589 B

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