17 lines
166 B
Plaintext
Raw Normal View History

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