mirror of
https://codeberg.org/andyscott/weather-cli.git
synced 2024-11-08 05:50:51 -05:00
Updated .gitignore
This commit is contained in:
parent
91f5a13625
commit
8ab60dd590
1 changed files with 5 additions and 1 deletions
6
.gitignore
vendored
6
.gitignore
vendored
|
@ -8,6 +8,7 @@
|
|||
*.dll
|
||||
*.so
|
||||
*.dylib
|
||||
bin/
|
||||
|
||||
# Test binary, built with `go test -c`
|
||||
*.test
|
||||
|
@ -22,4 +23,7 @@
|
|||
go.work
|
||||
|
||||
# godotenv
|
||||
*.env
|
||||
*.env
|
||||
|
||||
# Partner project
|
||||
SimplrWeather/
|
||||
|
|
Loading…
Reference in a new issue