17 lines
166 B
Plaintext
Raw Normal View History

2023-07-05 10:05:54 +00:00
# Ignore everything
*
# But not these files...
!/.gitignore
2023-07-05 11:14:37 +00:00
!/.editorconfig
2023-07-05 10:05:54 +00:00
!*.go
!go.sum
!go.mod
!README.md
!LICENSE
# ...even if they are in subdirectories
!*/