mirror of
https://codeberg.org/andyscott/weather-cli.git
synced 2024-11-09 06:00:52 -05:00
Updated .gitignore
This commit is contained in:
parent
91f5a13625
commit
8ab60dd590
1 changed files with 5 additions and 1 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
|
||||||
|
|
||||||
# godotenv
|
# godotenv
|
||||||
*.env
|
*.env
|
||||||
|
|
||||||
|
# Partner project
|
||||||
|
SimplrWeather/
|
||||||
|
|
Loading…
Reference in a new issue