18 lines
173 B
Plaintext
Raw Normal View History

2023-07-09 10:21:32 +00:00
# Ignore everything
*
# But not these files...
!/.gitignore
2023-07-09 17:46:17 +02:00
!/.editorconfig
2023-07-09 10:21:32 +00:00
!*.go
2023-07-09 17:46:17 +02:00
!*.txt
2023-07-09 10:21:32 +00:00
!go.sum
!go.mod
!README.md
!LICENSE
# ...even if they are in subdirectories
!*/