2789545bd7
Setup gitignore to ignore tangled files except for go tests
5 lines
55 B
Plaintext
5 lines
55 B
Plaintext
docs/*
|
|
*.go
|
|
!smartkeyboard/auth/*_test.go
|
|
go.mod
|
|
go.sum |