data/.gitignore
2023-07-05 22:02:16 +02:00

17 lines
166 B
Plaintext

# Ignore everything
*
# But not these files...
!/.gitignore
!/.editorconfig
!*.go
!go.sum
!go.mod
!README.md
!LICENSE
# ...even if they are in subdirectories
!*/