mirror of
https://codeberg.org/andyscott/weather-cli.git
synced 2024-12-21 12:43:09 -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
|
*.dll
|
||||||
*.so
|
*.so
|
||||||
*.dylib
|
*.dylib
|
||||||
|
bin/
|
||||||
|
|
||||||
# Test binary, built with `go test -c`
|
# Test binary, built with `go test -c`
|
||||||
*.test
|
*.test
|
||||||
|
@ -22,4 +23,7 @@
|
||||||
go.work
|
go.work
|
||||||
|
|
||||||
# godotenv
|
# godotenv
|
||||||
*.env
|
*.env
|
||||||
|
|
||||||
|
# Partner project
|
||||||
|
SimplrWeather/
|
||||||
|
|
Loading…
Reference in a new issue