diff --git a/.gitignore b/.gitignore index adf8f72..00e5240 100644 --- a/.gitignore +++ b/.gitignore @@ -8,6 +8,9 @@ *.dll *.so *.dylib +.idea +.idea/* + # Test binary, built with `go test -c` *.test @@ -20,4 +23,6 @@ # Go workspace file go.work +/go_mqtt_base/.idea +/go_mqtt_base/.idea/*