You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
go-zero/.gitignore

31 lines
281 B
Plaintext

4 years ago
# Ignore all
*
# Unignore all with extensions
!*.*
!**/Dockerfile
!**/Makefile
4 years ago
# Unignore all dirs
!*/
!api
# ignore
**/.idea
4 years ago
**/.DS_Store
**/logs
# for test purpose
**/adhoc
go.work
go.work.sum
4 years ago
# gitlab ci
.cache
.golangci.yml
4 years ago
# vim auto backup file
*~
4 years ago
!OWNERS
coverage.txt