2024-10-07 15:43:10 -06:00
|
|
|
# Ignore everything
|
|
|
|
*
|
2024-08-09 10:31:09 -06:00
|
|
|
|
2024-10-07 15:43:10 -06:00
|
|
|
# But not these files...
|
|
|
|
!/.gitignore
|
2024-08-09 10:31:09 -06:00
|
|
|
|
2024-10-07 15:43:10 -06:00
|
|
|
!*.go
|
|
|
|
!go.sum
|
|
|
|
!go.mod
|
2024-08-09 10:31:09 -06:00
|
|
|
|
2024-10-07 15:43:10 -06:00
|
|
|
!README.md
|
|
|
|
!LICENSE
|
2024-08-09 10:31:09 -06:00
|
|
|
|
2024-10-07 15:43:10 -06:00
|
|
|
# !Makefile
|
2024-08-09 10:31:09 -06:00
|
|
|
|
2024-10-07 15:43:10 -06:00
|
|
|
# ...even if they are in subdirectories
|
|
|
|
!*/
|