* feat: logx with color * chore: update logs * fix test error * chore: change colors of http codes * chore: add comments * chore: use faith/color instead of ascii code color * chore: update colors * chore: update colors * chore: fix duplicated slowcall text * chore: remove slowcall colors
29 lines
251 B
Plaintext
29 lines
251 B
Plaintext
# Ignore all
|
|
*
|
|
|
|
# Unignore all with extensions
|
|
!*.*
|
|
!**/Dockerfile
|
|
!**/Makefile
|
|
|
|
# Unignore all dirs
|
|
!*/
|
|
!api
|
|
|
|
# ignore
|
|
.idea
|
|
**/.DS_Store
|
|
**/logs
|
|
|
|
# for test purpose
|
|
**/adhoc
|
|
go.work
|
|
go.work.sum
|
|
|
|
# gitlab ci
|
|
.cache
|
|
|
|
# vim auto backup file
|
|
*~
|
|
!OWNERS
|