kdnotify/.gitignore

21 lines
138 B
Plaintext
Raw Normal View History

2022-11-24 12:43:17 +00:00
# Ignore everything
*
# But not these files...
!/.gitignore
!*.go
!go.sum
!go.mod
!README.md
!LICENSE
!Makefile
2022-12-09 16:25:11 +00:00
!*.sh
2022-11-24 12:43:17 +00:00
!*/
src/
pkg/