izumin5210 / grapi

😮 A surprisingly easy API server and generator in gRPC and Go
https://godoc.org/github.com/izumin5210/grapi/pkg/grapiserver
MIT License
427 stars 39 forks source link

Add .gitignore to template #224

Open potsbo opened 4 years ago

potsbo commented 4 years ago

WHY

When I tried to use grapi to start a new project, lots of binary generated in bin directory, which I don't want to include int the initial commit

WHAT

Include .gitignore to the init template to make this a bit easier.

potsbo commented 4 years ago

@izumin5210 Let me handle this issue unless you have any other opinion.