antonmedv / walk

Terminal file manager
MIT License
3.17k stars 89 forks source link

Add .gitignore #141

Closed davc0n closed 3 weeks ago

davc0n commented 3 weeks ago

Ignore walk executable, output of "go build" command

antonmedv commented 3 weeks ago

I think we don’t need this.

davc0n commented 3 weeks ago

Avoids accidental commit including the binary (e.g. with git commit -am). I think has no downsides and there may be more stuff to ignore in future. If you don't want it for now this PR can be closed.