Files
go-zero/.gitignore
Kevin Wan 99a7e6600d feat: use dependabot for goctl (#2869)
* feat: use dependabot for goctl

* chore: add more tests

* chore: remove temp file
2023-02-11 16:32:28 +08:00

30 lines
268 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
.golangci.yml
# vim auto backup file
*~
!OWNERS