mirror of
https://codeberg.org/andyscott/OpenWeather-gRPC-API.git
synced 2024-12-20 12:03:10 -05:00
Update .gitignore
This commit is contained in:
parent
be6cc6bb0d
commit
0b33a1d393
1 changed files with 6 additions and 2 deletions
8
.gitignore
vendored
8
.gitignore
vendored
|
@ -8,7 +8,8 @@
|
|||
*.dll
|
||||
*.so
|
||||
*.dylib
|
||||
|
||||
bin/
|
||||
|
||||
# Test binary, built with `go test -c`
|
||||
*.test
|
||||
|
||||
|
@ -22,4 +23,7 @@
|
|||
go.work
|
||||
|
||||
# Protoc output
|
||||
proto/*.pb.go
|
||||
proto/*.pb.go
|
||||
|
||||
# Godotenv
|
||||
*.env
|
Loading…
Reference in a new issue