Files
miniws/.gitignore
2025-08-03 15:07:46 +02:00

17 lines
162 B
Plaintext

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