mirror of
https://github.com/shlldev/miniws.git
synced 2025-09-02 10:50:59 +02:00
18 lines
171 B
Plaintext
18 lines
171 B
Plaintext
# Ignore everything
|
|
*
|
|
|
|
# But not these files...
|
|
!/.gitignore
|
|
|
|
!*.go
|
|
!go.sum
|
|
!go.mod
|
|
!go.work
|
|
|
|
!README.md
|
|
!LICENSE
|
|
|
|
# !Makefile
|
|
|
|
# ...even if they are in subdirectories
|
|
!*/ |