kdnotify/.gitignore
Paul Stemmet 7570abb8c1
doc: add example config file for kdnotify watch
This should serve as a good starter for documenting how to use the watch
command of kdnotify.
2022-12-10 08:25:17 +00:00

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/