1
api-go/.gitignore

22 lines
195 B
Plaintext
Raw Normal View History

2023-12-30 19:17:19 +00:00
# Ignore everything
*
# But not these
!/.gitignore
!buf.gen.yaml
!buf.lock
!buf.yaml
!*.go
!go.sum
!go.mod
!legal/*
!LICENSE
!Makefile
!README.md
# ...even if they are in subdirectories
!*/