diff --git a/.gitignore b/.gitignore index 3c5b73d..cf16370 100644 --- a/.gitignore +++ b/.gitignore @@ -68,4 +68,7 @@ vendor/ go.work # Don't commit docs as long as those are not anonymised yet. -docs \ No newline at end of file +docs + +# Don't include compiled binary +main \ No newline at end of file