.gitignore 630 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  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. create_test_user.go
  9. insert_test_user.sql
  10. # Folders
  11. _obj
  12. _test
  13. # Architecture specific extensions/prefixes
  14. *.[568vq]
  15. [568vq].out
  16. *.cgo1.go
  17. *.cgo2.c
  18. _cgo_defun.c
  19. _cgo_gotypes.go
  20. _cgo_export.*
  21. _testmain.go
  22. *.exe
  23. *.test
  24. *.prof
  25. # ---> VisualStudioCode
  26. .settings
  27. debug
  28. bin
  29. bin_release
  30. release
  31. __debug_bin
  32. *-api
  33. *.exe
  34. .vscode
  35. .idea
  36. *.tar.gz
  37. .vscode
  38. .DS_Store
  39. __debug*
  40. makefile
  41. Makefile
  42. logs
  43. release
  44. *.groovy
  45. .specstory
  46. conf/app.local.yml
  47. application
  48. build
  49. *.numbers
  50. conf.d
  51. keystore.json
  52. *.xlsx
  53. CLAUDE.md
  54. .claude
  55. docs