diff --git a/.gitignore b/.gitignore index 89f30bb..5087b19 100644 --- a/.gitignore +++ b/.gitignore @@ -13,6 +13,7 @@ # builds directory builds/ +bin/ # Intelij setting .idea/ @@ -21,4 +22,12 @@ builds/ vendor/ # Go workspace file -go.work \ No newline at end of file +go.work + + +#Intelij setting folder +.idea/ + +#test reports and coverage +report.json +coverage.out