diff --git a/.gitignore b/.gitignore index 59805bf..79b2244 100644 --- a/.gitignore +++ b/.gitignore @@ -26,4 +26,7 @@ go.work.sum .idea *.iml -*.sqlite \ No newline at end of file +*.sqlite + +# exclude built binary +web \ No newline at end of file