router/.gitignore
2023-07-09 12:42:33 +02:00

16 lines
150 B
Plaintext

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