mirror of
https://github.com/watchexec/watchexec.git
synced 2024-11-17 09:38:31 +01:00
15 lines
109 B
Text
15 lines
109 B
Text
|
# from https://github.com/github/gitignore
|
||
|
|
||
|
*
|
||
|
|
||
|
!/.gitignore
|
||
|
|
||
|
!*.go
|
||
|
!go.sum
|
||
|
!go.mod
|
||
|
|
||
|
!README.md
|
||
|
!LICENSE
|
||
|
|
||
|
!*/
|