Skip to content
Snippets Groups Projects
Commit 743f1356 authored by gbe's avatar gbe
Browse files

Don't watch .git folder when running rebuild loop

Otherwise, starting a git commit will quit the loop because `entr`
thinks a folder it watched changed.
parent f7b3769a
No related branches found
No related tags found
No related merge requests found
run:
find . | entr -d -r go run .
find . ! -path './.git/*' ! -name .git ! -name . | entr -d -r go run .
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment