diff --git a/.gitignore b/.gitignore index ac24a24..cda8956 100644 --- a/.gitignore +++ b/.gitignore @@ -25,11 +25,10 @@ _testmain.go gin-bin key.pem -bin/* +bin .DS_Store gorush/log/*.log gorush.db -Dockerfile.tmp .cover *.db* coverage.txt diff --git a/Makefile b/Makefile index 86ab4b7..c953379 100644 --- a/Makefile +++ b/Makefile @@ -189,8 +189,7 @@ clean: find . -name coverage.txt -delete find . -name *.tar.gz -delete find . -name *.db -delete - -rm -rf bin/* \ - .cover + -rm -rf bin dist .cover rpc/example/node/gorush_*_pb.js: rpc/proto/gorush.proto protoc -I rpc/proto rpc/proto/gorush.proto --js_out=import_style=commonjs,binary:rpc/example/node/ --grpc_out=rpc/example/node/ --plugin=protoc-gen-grpc=$(NODE_PROTOC_PLUGIN)