Files
go-zero/.gitignore
Kevin Wan 69c2bad410 feat: logx with color (#1872)
* 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
2022-05-07 23:22:39 +08:00

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