Paul Stemmet
7570abb8c1
This should serve as a good starter for documenting how to use the watch command of kdnotify.
22 lines
146 B
Plaintext
22 lines
146 B
Plaintext
# Ignore everything
|
|
*
|
|
|
|
# But not these files...
|
|
!/.gitignore
|
|
|
|
!*.go
|
|
!go.sum
|
|
!go.mod
|
|
|
|
!README.md
|
|
!LICENSE
|
|
!Makefile
|
|
|
|
!*.sh
|
|
!*.yaml
|
|
|
|
!*/
|
|
|
|
src/
|
|
pkg/
|