16 lines
150 B
Plaintext
Raw Normal View History

2023-07-04 21:35:20 +00:00
# Ignore everything
*
# But not these files...
!/.gitignore
!*.go
!go.sum
!go.mod
!README.md
!LICENSE
# ...even if they are in subdirectories
!*/