16 lines
165 B
Plaintext
Raw Normal View History

2023-07-18 11:37:05 +00:00
# Ignore everything
*
# But not these files...
!/.gitignore
2023-07-18 19:48:38 +00:00
!/.editorconfig
2023-07-18 11:37:05 +00:00
!*.go
!go.sum
!go.mod
!README.md
!LICENSE
# ...even if they are in subdirectories
2023-07-18 16:02:57 +00:00
!*/