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